There exists a config file at /etc/letsencrypt/renewal/my.domain.tld.conf with the line manual_public_ip_logging_ok = True. When I try to renew a wildcard certificate for this domain (--domain *.my.domain.tld) without the --manual-public-ip-logging-ok switch I'm getting the below error:
Missing command line flag or config entry for this setting:
NOTE: The IP of this machine will be publicly logged as having requested this certificate. If you're running certbot in manual mode on a machine that is not your server, please ensure you're okay with that.
Are you OK with your IP being logged?
(You can set this with the --manual-public-ip-logging-ok flag)
Why is the config file ignored?