Answers for "how to setup certbot"

1

certbot configure

certbot certonly --webroot -w /var/www/html -d www.theflock.de -d theflock.de
Posted by: Guest on October-07-2020
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
0

certbot command

certbot certonly --webroot -w /var/www/example -d www.example.com -d example.com -w /var/www/other -d other.example.net -d another.other.example.net
Posted by: Guest on March-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language