Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

PEM_read_bio_X509 - Installing Cert. (2 replies)

$
0
0
I am running into a strange problem.

If I cat domain.crt >> bundle.crt

ssl_certificate bundle.crt;
ssl_certificate_key domain.key;

and I try to start nginx I get the following error message.

nginx: [emerg] PEM_read_bio_X509("bundle.crt") failed (SSL:)

If I dont use the bundle I just use the domain.crt with adding it to the
bundle

ssl_certificate domain.crt;
ssl_certificate_key domain.key;

nginx starts without trouble.

Curious what I am doing wrong.

Thanks.




_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>