From 00c5d880fcc7575f24e609d63c1f546cd5d05638 Mon Sep 17 00:00:00 2001 From: redxef Date: Sat, 28 Oct 2023 01:49:52 +0200 Subject: [PATCH] Remove deprecated --manual-public-ip-logging-ok flag. --- certbot-ovh.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/certbot-ovh.sh b/certbot-ovh.sh index cfe651c..9788d71 100755 --- a/certbot-ovh.sh +++ b/certbot-ovh.sh @@ -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