-
-
Notifications
You must be signed in to change notification settings - Fork 660
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:
- The CA signed SSL cert
- Any intermediate certificates
- The CA root certificate
If they are placed in the file in that order, it will work fine.
See also Issue #365
cat mail.example.com.crt intermediary_cert.crt ca-cert.crt > config/tls_cert.pem
Install Guides
How To
- Upgrade Haraka
- Google Safe Browsing
- Require TLS
- Configure my Editor
- Contribute
- Roll a Release
- Test Email
- Write a Plugin
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