-
-
Notifications
You must be signed in to change notification settings - Fork 661
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:
- 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
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
Additional Resources