Remove deprecate --manual-public-ip-logging-ok flag.

This commit is contained in:
redxef 2023-10-28 01:50:45 +02:00
parent 79cb829e55
commit 4d6fc272ac
Signed by: redxef
GPG key ID: 7DAC3AA211CBD921

View file

@ -2,13 +2,13 @@
certbot certonly --manual --preferred-challenges dns-01 --keep \
--email="$LE_EMAIL" --domains="$DUCKDNS_DOMAIN.duckdns.org" \
--agree-tos --no-eff-email --manual-public-ip-logging-ok \
--agree-tos --no-eff-email \
--manual-auth-hook=certbot-auth --manual-cleanup-hook=certbot-cleanup \
"$@"
certbot certonly --manual --preferred-challenges dns-01 --keep \
--email="$LE_EMAIL" --domains="*.$DUCKDNS_DOMAIN.duckdns.org" \
--agree-tos --no-eff-email --manual-public-ip-logging-ok \
--agree-tos --no-eff-email \
--manual-auth-hook=certbot-auth --manual-cleanup-hook=certbot-cleanup \
"$@"