5

Is there a way to display the certbot account details (e.g. account ID, registered email, etc.)

I'm aware I can update the registration (including email) with certbot register --update-registration --email <email>; and that the account ID can be seen in the URI of regr.json under /etc/letsencrypt/accounts/acme-v02.api.letsencrypt.org/directory/.

But just wondering whether there's a command to display all the account related information…

Pablo Bianchi
  • 1,824
  • 1
  • 26
  • 30

1 Answers1

2

Since version 1.23 there is a new subcommand to show details:

certbot show_account
robsch
  • 9,358
  • 9
  • 63
  • 104