Certbot update_account

Hello everybody,
I’m trying to change the expiration email
Looking https://letsencrypt.org/docs/expiration-emails/ i found the command

certbot update_account --email yourname+1@example.com

but

certbot: error: unrecognized arguments: update_account

So how can I change the expiration email?
I’ve edited the regr.json file but I’m not sure this is the correct way.
Tnx

1 Like

Hi @sphawk

if that doesn't work: Update your Certbot.

1 Like

There’s probably a version mismatch, try certbot --help | less

2 Likes

That subcommand was added in version 0.30.0.

Before that, you could use the register subcommand in combination with the --update-registration option.

2 Likes

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