Skip to content

Setting up TLS with CA certificates

Josef Fröhle edited this page Oct 7, 2015 · 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