Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Schoen <schoen@eff.org>2016-02-06 03:57:41 +0300
committerSeth Schoen <schoen@eff.org>2016-02-06 03:57:41 +0300
commit09337517d3cb24ad8606ec3bc37f289e5f7a65e7 (patch)
treecbeec57fc0049808bae192c21735eb85b72962fe /tests/boulder-integration.sh
parent954da7052bb2bc6d205a861eaf08c17e28ce1921 (diff)
Try to distinguish renew and non-renew in integration test
Diffstat (limited to 'tests/boulder-integration.sh')
-rwxr-xr-xtests/boulder-integration.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/boulder-integration.sh b/tests/boulder-integration.sh
index 8c5a93e39..294522e05 100755
--- a/tests/boulder-integration.sh
+++ b/tests/boulder-integration.sh
@@ -44,12 +44,13 @@ common --domains le3.wtf install \
--cert-path "${root}/csr/cert.pem" \
--key-path "${root}/csr/key.pem"
-# This won't renew (because it's not time yet)
-common renew
+# This won't renew (because it's not time yet) - not using common because
+# common forces renewal
+letsencrypt_test --authenticator standalone --installer null renew
# This will renew
sed -i "4arenew_before_expiry = 10 years" "$root/conf/renewal/le1.wtf.conf"
-common renew
+letsencrypt_test --authenticator standalone --installer null renew
ls "$root/conf/archive/le1.wtf"
# dir="$root/conf/archive/le1.wtf"