certbot add new certificate code example
Example 1: certbot renew
sudo certbot renew --dry-run
Example 2: certbot list all domains
sudo certbot certificates
Example 3: certbot create manual new certificate
certbot -d bristol3.pki.enigmabridge.com --manual --preferred-challenges dns certonly
Example 4: use certbot to generate certificate
# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos