Beginner Questions

It's a global email for that ACME account. A Certbot installation typically uses one account for all certificates.

Recent Certbot:

sudo certbot update_account -m updated_email@example.com

Older versions:

sudo certbot register --update-registration -m updated_email@example.com
4 Likes