Remove deprecated --manual-public-ip-logging-ok flag.
This commit is contained in:
parent
d5ad0fc9df
commit
00c5d880fc
1 changed files with 1 additions and 2 deletions
|
@ -15,5 +15,4 @@ fi
|
|||
# shellcheck disable=SC2086
|
||||
certbot certonly --preferred-challenges dns-01 --keep \
|
||||
--email="$CERTBOT_OVH_LE_EMAIL" --domains="$CERTBOT_OVH_DOMAINS" \
|
||||
--no-eff-email --manual-public-ip-logging-ok \
|
||||
--dns-ovh --dns-ovh-credentials /etc/certbot-ovh.ini $agree_tos
|
||||
--no-eff-email --dns-ovh --dns-ovh-credentials /etc/certbot-ovh.ini $agree_tos
|
||||
|
|
Loading…
Reference in a new issue