Answers for "certbot expand certificate"

0

certbot expand certificate

# List your certificates and copy all domains of the existing certificate
certbot certificates

# Run certbot will all domains + your new domain, sepereated by a ','
certbot -d example.com,www.example.com,yournewdomain.example.com

# Now certbot will ask you, if you want to expand the cert, enter 'e'
Posted by: Guest on May-08-2022
0

use certbot to generate certificate

# certbot certonly --standalone -d myminio.com --staple-ocsp -m [email protected] --agree-tos
Posted by: Guest on May-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language