Difference between revisions of "Certbot"
From Wasya Wiki
(Created page with " == Troubleshoot == apt install python3-certbot-nginx -y") |
|||
| 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 | ||
| + | |||
== Troubleshoot == | == Troubleshoot == | ||
apt install python3-certbot-nginx -y | apt install python3-certbot-nginx -y | ||
Revision as of 15:51, 19 August 2024
use
certbot certonly -d <one domain>,<another domain> --nginx certbot run -d <one domain>,<another domain> --nginx -n --expand nginx -s reload
Troubleshoot
apt install python3-certbot-nginx -y