Sorry to hear about your predicament. Unfortunately the only option is to change the registered email address. We describe one method to do that on the expiration email documentation page:
However, you can change the email address on your account, which effectively re-subscribes you. Many common email services treat yourname+1@example.com the same as yourname@example.com . So if you update your email address to yourname+1@example.com , you can start getting expiry mail again. With Certbot, use:
For example, if it is hoge@yahoo.co.jp, is it ok with the following? ~ / certbot / venv / bin / certbot register --update-registration --email hoge+1@yahoo.co.jp
If the mail system is “+1 not supported” and I want to change the incoming e-mail address to hoge2@yahoo.co.jp, is it ok with the following? ~ / certbot / venv / bin / certbot register --update-registration --email hoge2@yahoo.co.jp
I am using certbot installed on CentOS 7. $ sudo certbot register --update-registration --email hoge2@yahoo.co.jp
After trying the above command, it is displayed below.
Usage 'certbot register --update-registration' is deprecated.
Please use 'cerbot update_account [options]' instead.
If I press n in a negative sense,
Your e-mail address was updated to hoge2@yahoo.co.jp.
Does this mean that it has been updated?
What is the correct command? $ sudo certbot update_account register --update-registration --email hoge2@yahoo.co.jp
I do not know how to put out the help $ sudo cerbot update_account -h