From a0d5491f4b9f3566a420d29915662e69607d285e Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 8 Jan 2019 17:12:06 -0800 Subject: [PATCH] set --no-verify-ssl --- .../certbot_apache/tests/apache-conf-files/apache-conf-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/tests/apache-conf-files/apache-conf-test b/certbot-apache/certbot_apache/tests/apache-conf-files/apache-conf-test index 8bf3c2410..4838a6eee 100755 --- a/certbot-apache/certbot_apache/tests/apache-conf-files/apache-conf-test +++ b/certbot-apache/certbot_apache/tests/apache-conf-files/apache-conf-test @@ -63,7 +63,7 @@ fi CERTBOT_CMD="sudo $(command -v certbot) --server $SERVER -vvvv" CERTBOT_CMD="$CERTBOT_CMD --debug --apache --register-unsafely-without-email" -CERTBOT_CMD="$CERTBOT_CMD --agree-tos certonly -t" +CERTBOT_CMD="$CERTBOT_CMD --agree-tos certonly -t --no-verify-ssl" FAILS=0 trap CleanupExit INT