Skip to content

Setting up TLS with CA certificates

Matt Simerson edited this page Aug 5, 2017 · 3 revisions

To install a signed (and possibly chained) SSL certificate, the contents of config/tls_cert.pem 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

example

cat mail.example.com.crt intermediary_cert.crt ca-cert.crt > config/tls_cert.pem

Install Guides

How To

Future Plans / TODO

  • Support RFC3464 in bounce messages
  • Decode Short URLs in data.uribl.js and test the destination URL instead
  • DKIM verifier

Additional Resources

Clone this wiki locally