Change notification email address

Hello.
i decided change notification email address.
i execute this command

"certbot register --update-registration -m user@example.com"

Then I checked the following path to see the changes:

"etc/letsencrypt/accounts"

but i saw two folder:
"acme-v01.api.letsencrypt.org" and "acme-v02.api.letsencrypt.org"
when i execute above command,the email address in to v01 path changes, but i want email address in v02 path change!

can anyone help me? :pray: :rose:

You can specify the server in the command:

--server https://acme-v02.api.letsencrypt.org/directory

For other readers, --update-registration is gone in newer versions of Certbot, the command was changed to:

certbot update_registration -m email@example.com
1 Like

Thank you :pray: . I will try it and tell you the result. :rose:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.