certbot remove certificate nginx code example
Example 1: certbot remove domain
sudo certbot delete --cert-name example.com
Example 2: certbot remove certificate for domain
certbot delete --cert-name example.com
Example 3: certbot remove certificate nginx
# Show the list of certificates
certbot certificates
# Remove certificates for a given domain
sudo certbot delete --cert-name $mydomain