-
Hello. How to add multiple hostnames to tls.loader.acme local_tls ?
|
Beta Was this translation helpful? Give feedback.
Answered by
foxcpp
Dec 28, 2021
Replies: 1 comment 1 reply
-
Use
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
foxcpp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
extra_names
directive. Note that using multiple certificates will require SNI support from the client side, which may cause problems on port 25 since SNI support among MTAs is not universal.