certbot create certificate for domain code example
Example 1: certbot certonly manual dns
certbot -d bristol3.pki.enigmabridge.com --manual --preferred-challenges dns certonly
Example 2: certbot configure
certbot certonly --webroot -w /var/www/html -d www.theflock.de -d theflock.de
Example 3: use certbot to generate certificate
# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos