Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a command to list all certificates currently installed and their domains #3656

Closed
multiwebinc opened this issue Oct 18, 2016 · 7 comments

Comments

@multiwebinc
Copy link

I propose we add a certbot list command which will list all current certificates, the expiration and any domains.

Sample output:

$ certbot list
2 certificates were found on this system:
-------------------------------------------------------------------------------
File: /etc/letsencrypt/renewal/domain1.com.conf
Certificate expiration: 2016-11-15
Primary domain: domain1.com
Alternative domains: domain2.net, domain3.org, domain4.co.uk
-------------------------------------------------------------------------------
File: /etc/letsencrypt/renewal/example1.com.conf
Certificate expiration: 2016-12-25
Primary domain: example1.com
Alternative domains: example2.net, example3.org, example4.co.uk
-------------------------------------------------------------------------------
@bmw
Copy link
Member

bmw commented Oct 18, 2016

Good news! We already have an issue for this and we plan to implement it in our next release. See #3615.

@bmw bmw closed this as completed Oct 18, 2016
@bmw bmw added the duplicate label Oct 18, 2016
@multiwebinc
Copy link
Author

@bmw Thanks for the info. For the life of me I couldn't find any bugs that mentioned this searching here and Google. Glad to hear it's in the works.

@LymeSimon
Copy link

October 2017. Bump?

@bmw
Copy link
Member

bmw commented Oct 10, 2017

@LymeSimon, per the issue I linked above, the command was implemented. Run certbot certificates.

@LymeSimon
Copy link

Thanks BMW... I assumed it was certbot list and didn't check the linked issue. I'll probably get Must try harder on my school report now! ;-)

@comm1x
Copy link

comm1x commented Jan 14, 2018

Just certbot ls

@leymannx
Copy link

leymannx commented Mar 9, 2018

Just for reference for all people coming here via Google. It's

sudo certbot certificates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants