I am very new to all this (try to learn something) and after messing around quite a bit, I need help to revoke/delete all certificates. Below are the info and let me know what else is needed:
- Run: certbot certificates (I followed the certbot instructions to issue the certificates for domain.com sub1.domain.com www.domain.com)
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Attempting to parse the version 0.22.2 renewal configuration file found at /etc/letsencrypt/renewal/domain.com-0001.conf with version 0.21.1 of Certbot. This might not work.
Attempting to parse the version 0.22.2 renewal configuration file found at /etc/letsencrypt/renewal/domain.com.conf with version 0.21.1 of Certbot. This might not work.
Found the following certs:
Certificate Name: domain.com-0001
Domains: domain.com sub1.domain.com www.domain.com
Expiry Date: 2018-06-30 03:51:00+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/domain.com-0001/fullchain.pem
Private Key Path: /etc/letsencrypt/live/domain.com-0001/privkey.pem
Certificate Name: domain.com
Domains: *.domain.com domain.com
Expiry Date: 2018-06-30 02:26:26+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/domain.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/domain.com/privkey.pem
- Run: ./certbot-auto certificates (I followed instructions to issue wildcard certificates for *.domain.com domain.com)
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Found the following certs:
Certificate Name: domain.com-0001
Domains: domain.com sub1.domain.com www.domain.com
Expiry Date: 2018-06-30 03:51:00+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/domain.com-0001/fullchain.pem
Private Key Path: /etc/letsencrypt/live/domain.com-0001/privkey.pem
Certificate Name: domain.com
Domains: *.domain.com domain.com
Expiry Date: 2018-06-30 02:26:26+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/domain.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/domain.com/privkey.pem
Please help how to revoke/delete all certificates.
Thanks,