Difference between revisions of "Certbot"
From Wasya Wiki
(Created page with " == Troubleshoot == apt install python3-certbot-nginx -y") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | |||
+ | == 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 == | == 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