Dynamic loading of TLS certificates #73
DSpeichert
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
This can be done using SNI which can be configured in the TLS section of the configuration file. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does the
sni
configuration options of theserver.tls
section support any means of dynamic lookup? A directory support would be great here but I don't believe a "rule" would apply because there seems to be no value to compare.A use case is a "white label" style server setup, where each domain uses its own hostname for the SMTP/IMAP/JMAP server (e.g. email.) and those certificates need to be dynamically provided, ideally without reloading or restarting the server.
Beta Was this translation helpful? Give feedback.
All reactions