mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +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" \
|
||||
--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"
|
||||
|
||||
Reference in New Issue
Block a user