From c612f7ee4c4e0c7c3d1e030ee853cc1c2287ccde Mon Sep 17 00:00:00 2001 From: andryyy Date: Fri, 29 Mar 2019 07:48:31 +0100 Subject: [PATCH] [Config] Add SKIP_HTTP_VERIFICATION --- generate_config.sh | 4 ++++ update.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/generate_config.sh b/generate_config.sh index 7495f057..69613174 100755 --- a/generate_config.sh +++ b/generate_config.sh @@ -186,6 +186,10 @@ SKIP_LETS_ENCRYPT=n SKIP_IP_CHECK=n +# Skip HTTP verification in ACME container - y/n + +SKIP_HTTP_VERIFICATION=n + # Skip ClamAV (clamd-mailcow) anti-virus (Rspamd will auto-detect a missing ClamAV container) - y/n SKIP_CLAMD=${SKIP_CLAMD} diff --git a/update.sh b/update.sh index 02c6e8b3..cbacb78c 100755 --- a/update.sh +++ b/update.sh @@ -139,6 +139,7 @@ CONFIG_ARRAY=( "ACL_ANYONE" "SOLR_HEAP" "SKIP_SOLR" + "SKIP_HTTP_VERIFICATION" ) sed -i '$a\' mailcow.conf