Certbot

From Wasya Wiki
Revision as of 23:00, 27 September 2024 by Piousbox (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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