Skip to content
Discussion options

You must be logged in to vote

I was able to resolve this issue. I was attempting to add a chained certificate. nginx requires two absolutes when reading the certificate. first, the certificate must have -----BEGIN TRUSTED CERTIFICATE----- and -----END TRUSTED CERTIFICATE----- (my certs were being generated as -----BEGIN CERTIFICATE----- and -----END CERTIFICATE-----) for each certificate in the chain. Second, the chained certificate must be in this order, from top to bottom:
Your certificate
Intermediate certificate
Root certificate
Otherwise, nginx will crash and you'll need to revert and try again. I hope this helps other people with adding chained certificates to their SO instances. It's working like a champ now!

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@cm-ops
Comment options

@fa1sepr0phet
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by fa1sepr0phet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants