mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
SSL: enable SNI per default
This commit is contained in:
parent
c261277757
commit
2c6e4b4fcb
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ SKIP_LETS_ENCRYPT=n
|
|||
# Create separate certificates for all domains - y/n
|
||||
# this will allow adding more than 100 domains, but some email clients will not be able to connect with alternative hostnames
|
||||
# see https://doc.dovecot.org/admin_manual/ssl/sni_support
|
||||
ENABLE_SSL_SNI=n
|
||||
ENABLE_SSL_SNI=y
|
||||
|
||||
# Skip IPv4 check in ACME container - y/n
|
||||
SKIP_IP_CHECK=n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue