Try to distinguish renew and non-renew in integration test

This commit is contained in:
Seth Schoen
2016-02-05 16:57:41 -08:00
parent 954da7052b
commit 09337517d3
+4 -3
View File
@@ -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"