37

I created a multi domain certificate and forget the domains I included in it. How can I see them? How can I get this list?

so far I only find a way of how to get the expiration date

$ sudo openssl x509 -noout -dates -in /opt/blah-blah/apache2/conf/server.crt
Yevgeniy Afanasyev
  • 37,872
  • 26
  • 173
  • 191

1 Answers1

65

found it. The command that lists all certificates and a list of domains for each of them.

$ sudo certbot certificates
Yevgeniy Afanasyev
  • 37,872
  • 26
  • 173
  • 191