From 84db865b2bfafd55e43c800ab2490a19f6468cd6 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 17 Dec 2018 16:37:05 -0800 Subject: [PATCH] add /directory --- .../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 b4e812114..770f6c364 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 @@ -5,7 +5,7 @@ # Staging server is set explicitly to stop tests from trying to use the live # server again if the server value set by --staging changes again. -SERVER="https://acme-staging-v02.api.letsencrypt.org" +SERVER="https://acme-staging-v02.api.letsencrypt.org/directory" export EA=/etc/apache2/ TESTDIR="`dirname $0`"