Answers for "get certbot cert for localhost"

1

add domains to certbot

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

certbot configure

certbot certonly --webroot -w /var/www/html -d www.theflock.de -d theflock.de
Posted by: Guest on October-07-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language