Certbot

From Wasya Wiki
Revision as of 15:51, 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


Troubleshoot

 apt install python3-certbot-nginx -y