Difference between revisions of "Certbot"
From Wasya Wiki
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
certbot certonly -d <one domain>,<another domain> --nginx | certbot certonly -d <one domain>,<another domain> --nginx | ||
certbot run -d <one domain>,<another domain> --nginx -n --expand | certbot run -d <one domain>,<another domain> --nginx -n --expand | ||
− | nginx -s reload | + | # nginx -s reload ## unneeded |
+ | certbot certonly --apache -d webdav2.wasya.co --http-01-port=8081 | ||
== Troubleshoot == | == Troubleshoot == | ||
apt install python3-certbot-nginx -y | apt install python3-certbot-nginx -y |
Latest revision as of 23:00, 27 September 2024
use
certbot certonly -d <one domain>,<another domain> --nginx certbot run -d <one domain>,<another domain> --nginx -n --expand # nginx -s reload ## unneeded
certbot certonly --apache -d webdav2.wasya.co --http-01-port=8081
Troubleshoot
apt install python3-certbot-nginx -y