I am regularly running Certbot (latest docker image) to obtain new certificates when necessary. Tonight the Certbot command failed, which seems to be related to the deprecation of manual-public-ip-logging-ok within version 1.11.0. Seems like this flag now requires an argument, which it previously did not. This is easy to fix, as it just means to remove the --manual-public-ip-logging-ok flag and things run fine again.
Use of --manual-public-ip-logging-ok is deprecated.
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
usage:
certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
it will attempt to use a webserver both for obtaining and installing the
certificate.
certbot: error: argument --manual-public-ip-logging-ok: expected one argument
I am regularly running Certbot (latest docker image) to obtain new certificates when necessary. Tonight the Certbot command failed, which seems to be related to the deprecation of
manual-public-ip-logging-okwithin version1.11.0. Seems like this flag now requires an argument, which it previously did not. This is easy to fix, as it just means to remove the--manual-public-ip-logging-okflag and things run fine again.