Difference between revisions of "Certbot"
From Wasya Wiki
Line 6: | Line 6: | ||
# nginx -s reload ## unneeded | # 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