From 4d6fc272ac2a4676626276e5c5e304283649b268 Mon Sep 17 00:00:00 2001 From: redxef Date: Sat, 28 Oct 2023 01:50:45 +0200 Subject: [PATCH] Remove deprecate --manual-public-ip-logging-ok flag. --- certbot-duckdns | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot-duckdns b/certbot-duckdns index 4a06d4f..bc62a0d 100755 --- a/certbot-duckdns +++ b/certbot-duckdns @@ -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 \ "$@"