Skip to content

Setting up TLS with CA certificates

Matt Simerson edited this page Mar 21, 2014 · 3 revisions

To install a signed (and possibly chained) SSL certificate, the contents of the config/tls_cert.pem file need to be:

  1. The CA signed SSL cert
  2. Any intermediate certificates
  3. The CA root certificate

If they are placed in the file in that order, it will work fine.

See also Issue #365

Clone this wiki locally