Question

Using Let's Encrypt, how do I change the email that SSL certificate renewal emails go to?

When setting up the SSL cert, I provided an email address for lost key recovery and notices, but now I’d like to change that email. What’s the command for doing so? Can I update multiple SSL certs at once? Thanks!


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Accepted Answer

When setting up the SSL cert, I provided an email address for lost key recovery and notices, but now I’d like to change that email.

It depends on which ACME client you’re using.

With Certbot, it’s “certbot register --update-registration -m user@example.com”.

You have to do it with each of your accounts. For example, if you have multiple droplets, or multiple ACME clients installed, and each one asked you for your email address, each one is probably a separate account.

(Having numerous accounts is fine.)

Can I update multiple SSL certs at once?

I’m not sure what you mean. The email address is associated with each account, not each certificate.

To update email address,

$ certbot update_account -m YOUR_EMAIL_ADDRESS
e.g. certbot update_account -m me@email.com

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.