Delete LetsEncrypt SSL certficate
To list all available LetsEncrypt SSL certificates, run
certbot certificates
To delete a certificate, run
certbot delete --cert-name NAME_OF_SSL_CERT
You can find NAME_OF_SSL_CERT from the command “certbot certificates”.
See LetsEncrypt