When you concatenated your SSL .crt intermediate and root certs together, it’s likely you ended up with lines line this:
—–END CERTIFICATE———-BEGIN CERTIFICATE—–
To fix this, manually edit to insert a newline between the end and begin like this, and you should be all set:
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
One Reply to “nginx ssl cert error:”