User Tools

Site Tools


servers:bsd:nginx:lets_encrypt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

servers:bsd:nginx:lets_encrypt [2024/11/30 11:32] – created Sean Rhoneservers:bsd:nginx:lets_encrypt [2024/12/01 00:39] (current) Sean Rhone
Line 12: Line 12:
 ====== Dependencies ====== ====== Dependencies ======
  
-  su -l+  su -
  
   pkg install 'py311-certbot'   pkg install 'py311-certbot'
Line 20: Line 20:
   *  :!: Be sure to change the email address   *  :!: Be sure to change the email address
  
-  su -l+  su -
  
   ee '/usr/local/etc/letsencrypt/cli-custom.ini'   ee '/usr/local/etc/letsencrypt/cli-custom.ini'
Line 61: Line 61:
   * :!: If it passes the dry run, remove the dry-run argument and re-run ((the dry run will likely fail the nginx restart step since the certs don't actually exist yet))   * :!: If it passes the dry run, remove the dry-run argument and re-run ((the dry run will likely fail the nginx restart step since the certs don't actually exist yet))
  
-  su -l+  su -
  
   certbot 'certonly' --config '/usr/local/etc/letsencrypt/cli-custom.ini' --dry-run   certbot 'certonly' --config '/usr/local/etc/letsencrypt/cli-custom.ini' --dry-run
/srv/www/wiki/data/attic/servers/bsd/nginx/lets_encrypt.1732984336.txt.gz · Last modified: by Sean Rhone