User Tools

Site Tools


servers:linux:nginx:lets_encrypt

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:linux:nginx:lets_encrypt [2025/07/16 13:45] Sean Rhoneservers:linux:nginx:lets_encrypt [2025/07/16 13:48] (current) – [Timer] Sean Rhone
Line 52: Line 52:
 ====== Obtain Certs ====== ====== Obtain Certs ======
  
-  * :!: 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
  
   sudo 'certbot' 'certonly' --config '/etc/letsencrypt/cli-custom.ini' --dry-run   sudo 'certbot' 'certonly' --config '/etc/letsencrypt/cli-custom.ini' --dry-run
Line 63: Line 63:
  
 <code> <code>
-# certbot-renew-custom.service 
- 
 [Service] [Service]
 Type=oneshot Type=oneshot
Line 73: Line 71:
  
 ===== Timer ===== ===== Timer =====
 +
 +  * Weekly
  
   sudo -e '/etc/systemd/system/certbot-renew-custom.timer' && sudo systemctl daemon-reload && sudo systemctl enable 'certbot-renew-custom.timer' --now   sudo -e '/etc/systemd/system/certbot-renew-custom.timer' && sudo systemctl daemon-reload && sudo systemctl enable 'certbot-renew-custom.timer' --now
  
 <code> <code>
-# certbot-renew-custom.timer 
- 
 [Unit] [Unit]
 Description=Let's Encrypt Certificate Renewal Description=Let's Encrypt Certificate Renewal
/srv/www/wiki/data/attic/servers/linux/nginx/lets_encrypt.1752687951.txt.gz · Last modified: by Sean Rhone