Changing the contact email of a Let's Encrypt Authority X3 SSL certificate

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: https://stanfordbrown.com.au

The email address that the SSL notifications are going to an employee who no longer works there. Is it possible to change that?

Thanks

The email address is associated with the account, not specific certificates. Certbot has a command to update it:

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

(Despite using the register command, --update-registration makes it update the existing account, not register a new one.)

For other clients, you’d have to check the documentation, and some of them may not implement it.

2 Likes

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