Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS certificate directory #1828

Closed
msimerson opened this issue Feb 14, 2017 · 0 comments
Closed

TLS certificate directory #1828

msimerson opened this issue Feb 14, 2017 · 0 comments

Comments

@msimerson
Copy link
Member

Extracting from #1800

TLS cert management

I want a TLS setting like haproxy: listen 587 ssl cert /etc/certs, where /etc/certs is a directory filled with .pem files like

  • mail.example.com.pem
  • mail.example2.com.pem
  • ...

Each file is self-contained with the key, cert, and intermediates all concatenated. SNI is going to be a nightmare without this.

This makes SNI & Let's Encrypt (or any other automated provisioning) integration really easy as automated processes can just install the newly provisioned certs into the Haraka config directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant