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 \ "$@"