servers:linux:nginx:lets_encrypt
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| servers:linux:nginx:lets_encrypt [2025/12/20 18:16] – [Settings] Sean Rhone | servers:linux:nginx:lets_encrypt [2026/04/17 22:07] (current) – [Settings] openSUSE TW -> Ubuntu (WIP) Sean Rhone | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Prerequisites ===== | ===== Prerequisites ===== | ||
| - | * [[linux: | + | * [[linux: |
| * [[servers: | * [[servers: | ||
| Line 14: | Line 14: | ||
| **** | **** | ||
| - | sudo apt install ' | + | sudo zypper |
| ====== Settings ====== | ====== Settings ====== | ||
| - | sudo -e '/ | + | |
| < | < | ||
| - | verbose = true | + | verbose = 'true' |
| - | text = true | + | max-log-backups = ' |
| - | non-interactive = true | + | text = 'true' |
| - | standalone = true | + | non-interactive = 'true' |
| - | force-renewal = true | + | standalone = 'true' |
| - | agree-tos = true | + | force-renewal = 'true' |
| + | agree-tos = 'true' | ||
| ######################################## | ######################################## | ||
| Line 32: | Line 33: | ||
| ######################################## | ######################################## | ||
| - | no-eff-email = true | + | no-eff-email = 'true' |
| - | rsa-key-size = 4096 | + | rsa-key-size = '4096' |
| - | redirect = true | + | redirect = 'true' |
| - | hsts = true | + | hsts = 'true' |
| - | uir = true | + | uir = 'true' |
| - | staple-ocsp = false | + | staple-ocsp = 'false' |
| + | key-type = ' | ||
| + | elliptic-curve = ' | ||
| pre-hook = systemctl stop ' | pre-hook = systemctl stop ' | ||
| post-hook = systemctl start ' | post-hook = systemctl start ' | ||
| - | domains = realmofespionage.xyz, | + | domains = 'realmofespionage.xyz, |
| # End</ | # End</ | ||
| Line 56: | Line 59: | ||
| ====== Automatic Cert Renewal ====== | ====== Automatic Cert Renewal ====== | ||
| - | |||
| - | ===== Disable Default ===== | ||
| - | |||
| - | **** | ||
| - | |||
| - | sudo systemctl disable ' | ||
| ===== Service ===== | ===== Service ===== | ||
| Line 70: | Line 67: | ||
| [Service] | [Service] | ||
| Type=oneshot | Type=oneshot | ||
| + | |||
| + | WorkingDirectory=/ | ||
| ExecStart='/ | ExecStart='/ | ||
| Line 79: | Line 78: | ||
| ===== Timer ===== | ===== Timer ===== | ||
| - | * Weekly | + | * Weekly |
| sudo -e '/ | sudo -e '/ | ||
| Line 90: | Line 89: | ||
| [Timer] | [Timer] | ||
| - | OnCalendar=weekly | + | OnCalendar=Sun *-*-* 07:00:00 |
| Persistent=true | Persistent=true | ||
/var/www/wiki/data/attic/servers/linux/nginx/lets_encrypt.1766272569.txt.gz · Last modified: by Sean Rhone
