commit | e21ee04635c089206778bf3379769091ce3a8242 | [log] [tgz] |
---|---|---|
author | Luigi Santivetti <luigi.santivetti@gmail.com> | Tue Oct 13 22:08:44 2020 +0000 |
committer | Luigi Santivetti <luigi.santivetti@gmail.com> | Sun Nov 08 01:06:15 2020 +0000 |
tree | 036581f2c2897345365d05b072b10305b2dadfeb | |
parent | 27bd250c0db8ee7663e3b8b2dec498646ed33b5b [diff] |
module/apache: disable dummy certificates
diff --git a/module/apache/module.sh b/module/apache/module.sh index 3d30407..924b3cc 100644 --- a/module/apache/module.sh +++ b/module/apache/module.sh
@@ -66,7 +66,7 @@ declare -r markdown_version="3.1.1" declare -r setuptools_version="45" -declare -ir apache_has_dummy_certs=1 +declare -ir apache_has_dummy_certs=0 if [ $apache_has_dummy_certs -eq 1 ]; then declare -r letsencrypt_d="$mod_staging_d/dummy_cert" else