Answers for "certbot change domain name"

6

certbot add new domain pache

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 "Shell/Bash"

Browse Popular Code Answers by Language