Answers for "get certbot domains"

1

certbot list all domains

sudo certbot certificates
Posted by: Guest on September-04-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