'Is there a certbot command to display account details?

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 "; 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...



Solution 1:[1]

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

certbot show_account

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 robsch