Answers for "certbot generate certificate for domain with and without "www""

7

certbot add new domain

sudo certbot --apache -d your_domain -d www.your_domain
Posted by: Guest on December-20-2020
1

add domains to certbot

sudo certbot --expand -d newsub.existingdomain.com -d newsub.newdomain.com
Posted by: Guest on August-05-2021

Code answers related to "certbot generate certificate for domain with and without "www""

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language