how to initialize certificate via certbot command code example
Example 1: certbot create manual new certificate
certbot -d bristol3.pki.enigmabridge.com --manual --preferred-challenges dns certonly
Example 2: use certbot to generate certificate
# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos