force rewrite certificate certbot code example
Example 1: certbot remove certificate for domain
certbot delete --cert-name example.com
Example 2: use certbot to generate certificate
# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos