On my Github enterprise when I install the SSL certificate with the key its displaying an error message:
"Github ssl cert The certificate is not signed by a trusted certificate authority (CA) or the certificate chain is missing intermediate CA signing certificates."
I was given from our certification authority team 4 certificates.
- SSL certificate : github.pem
- A set of 3 CA certificates : root, subca and subca2
On my Github enterprise management console, it needs 2 entries
- A x509 SSL certificate
- Unencrypted key
I have tried github.pem key alone and with different combination by concatenating CA certificates, but its failing always with the same error.
Is there a pattern to concatenate the certificate?
Any clue how i can resolve this?
Thanks in advance.