To list all available LetsEncrypt SSL certficates, run
certbot certificates
To delete a certificate, run
certbot delete --cert-name NAME_OF_SSL_CERT
You can find NAME_OF_SSL_CERT from command “certbot certificates”.
Visited 1 times, 1 visit(s) today
To list all available LetsEncrypt SSL certficates, run
certbot certificates
To delete a certificate, run
certbot delete --cert-name NAME_OF_SSL_CERT
You can find NAME_OF_SSL_CERT from command “certbot certificates”.