mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:41:53 +02:00
Try to distinguish renew and non-renew in integration test
This commit is contained in:
@@ -44,12 +44,13 @@ common --domains le3.wtf install \
|
|||||||
--cert-path "${root}/csr/cert.pem" \
|
--cert-path "${root}/csr/cert.pem" \
|
||||||
--key-path "${root}/csr/key.pem"
|
--key-path "${root}/csr/key.pem"
|
||||||
|
|
||||||
# This won't renew (because it's not time yet)
|
# This won't renew (because it's not time yet) - not using common because
|
||||||
common renew
|
# common forces renewal
|
||||||
|
letsencrypt_test --authenticator standalone --installer null renew
|
||||||
|
|
||||||
# This will renew
|
# This will renew
|
||||||
sed -i "4arenew_before_expiry = 10 years" "$root/conf/renewal/le1.wtf.conf"
|
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"
|
ls "$root/conf/archive/le1.wtf"
|
||||||
# dir="$root/conf/archive/le1.wtf"
|
# dir="$root/conf/archive/le1.wtf"
|
||||||
|
|||||||
Reference in New Issue
Block a user