How to delete SSL certificates created through Certbot?
Everyone is using Certbot to have some free SSL certificates. I am here to document some commands related to managing SSL certificates created by Certbot.
List the certificates
# certbot certificates
Delete a certificate
# certbot delete --cert-name <CERTIFICATE_NAME>