Difference between revisions of "Certbot"

From Wasya Wiki
Jump to: navigation, search
Line 4: Line 4:
 
   certbot certonly -d <one domain>,<another domain> --nginx  
 
   certbot certonly -d <one domain>,<another domain> --nginx  
 
   certbot run      -d <one domain>,<another domain> --nginx -n --expand
 
   certbot run      -d <one domain>,<another domain> --nginx -n --expand
   nginx -s reload
+
   # nginx -s reload ## unneeded
  
  

Revision as of 16:29, 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 ## unneeded


Troubleshoot

 apt install python3-certbot-nginx -y