Remove deprecate --manual-public-ip-logging-ok flag.
This commit is contained in:
parent
79cb829e55
commit
4d6fc272ac
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
"$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue