Skip to content

Multiple hostnames in tls.loader.acme local_tls #431

Answered by foxcpp
lexesv asked this question in Q&A
Discussion options

You must be logged in to vote

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.

tls.loader.acme local_tls {
    email [email protected]
    hostname mail.domain.com 
    extra_names mail.domain.ru ...
    agreed
    challenge dns-01
    dns cloudflare {
    	api_token *********
	}
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lexesv
Comment options

Answer selected by foxcpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants