Certbot

From Wasya Wiki
Revision as of 16:29, 19 August 2024 by Piousbox (Talk | contribs)

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


Troubleshoot

 apt install python3-certbot-nginx -y