Browse Source

Add SKIP_IP_CHECK for ACME to mailcow.conf

andryyy 8 years ago
parent
commit
4b7ac93c75
1 changed files with 3 additions and 0 deletions
  1. 3 0
      generate_config.sh

+ 3 - 0
generate_config.sh

@@ -81,6 +81,9 @@ ADDITIONAL_SAN=
 # To never run acme-mailcow for Let's Encrypt, set this to y
 # To never run acme-mailcow for Let's Encrypt, set this to y
 SKIP_LETS_ENCRYPT=n
 SKIP_LETS_ENCRYPT=n
 
 
+# Skip IPv4 check in ACME container
+SKIP_IP_CHECK=n
+
 # To never run fail2ban-mailcow
 # To never run fail2ban-mailcow
 SKIP_FAIL2BAN=n
 SKIP_FAIL2BAN=n