Certbot: how to change email address for certificates

Created on 20 Jul 2016  ·  3Comments  ·  Source: certbot/certbot

hi i want to change email address for certificates , as it start when i was registering certificate it my debian server it asked me for address , email address etc information . now i want to change email address , as people can see that email because am contacted by few people through my private mail address , so i want to change it for security reasons ,

thanks

question

Most helpful comment

With the exception of the incident reported here, e-mail addresses you give to Let's Encrypt are private and not shared with anyone. With that said, you're still welcome to change your e-mail address.

To do so, run certbot register --update-registration --email <email>. Note, this feature requires Certbot version >= 0.8.0.

All 3 comments

With the exception of the incident reported here, e-mail addresses you give to Let's Encrypt are private and not shared with anyone. With that said, you're still welcome to change your e-mail address.

To do so, run certbot register --update-registration --email <email>. Note, this feature requires Certbot version >= 0.8.0.

thanks

certbot update_account -m <email>

As this was the first search result I'm commenting here.

Was this page helpful?
0 / 5 - 0 ratings