My domain is:
I ran this command:
certbot update_account -m email+3@example.com
Why I'm adding an index to the e-mail -I'm not getting expired emails ( there was third-party issue ( AWS), and someone may have accidentally unsubscribed
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
.... omitted for brevity.....
IMPORTANT NOTES:
- Your e-mail address was updated to
email+3@example.com.
I use Aws Route 53 certbot hook and using a cron script to check the certificate and renew it if required via certbot
The version of my client is certbot --version
certbot 0.31.0
Though it reports that e-mail change is successfull, the certbot does not update:
/etc/letsencrypt/cli.ini email = email@example.com
I can update cli.ini myself? Is this because of my client version? Is it supposed to do it, or does it's just doing it on the letsencrypt side via APIs?
I have a bunch of other hosts and domains that use the same certbot agent account.
By changing the account e-mail do I risk hitting Duplicate Certificate or other limits in normal circumstances, at any point?
- Rate Limits - Let's Encrypt
-
Duplicate Certificate Limit - Let's Encrypt
I assume No? But would be good to get assurance.
Cheers,
Martin