jeansergegagnon / zoneedit_letsencrypt

Scripts to enable automated ssl certificate update dns-01 challenge with Linux, Zoneedit and Letsencrypt
16 stars 5 forks source link

--manual-public-ip-logging-ok is deprecated #12

Open APinote opened 3 years ago

APinote commented 3 years ago

I was trying to run the script with "-a", however I received the following error:

Use of --manual-public-ip-logging-ok is deprecated. Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator manual, Installer None You should register before running non-interactively, or provide --agree-tos and --email flags.

It successfully ran after replacing the --manual-public-ip-logging-ok with --email . My suggestion is have a argument where we can insert the email address - a different one of "-e" arg.