windows:servers:nginx:lets_encrypt
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| windows:servers:nginx:lets_encrypt [2024/06/27 19:59] – Sean Rhone | windows:servers:nginx:lets_encrypt [2024/08/13 18:42] (current) – removed Sean Rhone | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Information ====== | ||
| - | |||
| - | * Let's Encrypt ((https:// | ||
| - | * Certbot ((https:// | ||
| - | * [[Information: | ||
| - | |||
| - | ===== Prerequisites ===== | ||
| - | |||
| - | * [[windows: | ||
| - | * [[windows; | ||
| - | |||
| - | ====== Install ====== | ||
| - | |||
| - | ===== Python ===== | ||
| - | |||
| - | * https:// | ||
| - | |||
| - | * Install '' | ||
| - | |||
| - | ===== Certbot ===== | ||
| - | |||
| - | **** | ||
| - | |||
| - | pip install " | ||
| - | |||
| - | ==== Update ==== | ||
| - | |||
| - | **** | ||
| - | |||
| - | pip install --upgrade " | ||
| - | |||
| - | ====== Settings ====== | ||
| - | |||
| - | * :!: Be sure to change the email address | ||
| - | * :!: Any new domains added need to be added to Namecheap as well | ||
| - | * '' | ||
| - | |||
| - | MKDIR " | ||
| - | |||
| - | notepad++ " | ||
| - | |||
| - | < | ||
| - | verbose = true | ||
| - | text = true | ||
| - | non-interactive = true | ||
| - | standalone = true | ||
| - | force-renewal = true | ||
| - | agree-tos = true | ||
| - | |||
| - | ########## | ||
| - | #CHANGEME# | ||
| - | ########## | ||
| - | |||
| - | email = espionage724@x | ||
| - | |||
| - | ########## | ||
| - | #CHANGEME# | ||
| - | ########## | ||
| - | |||
| - | no-eff-email = true | ||
| - | |||
| - | rsa-key-size = 4096 | ||
| - | redirect = true | ||
| - | hsts = true | ||
| - | uir = true | ||
| - | staple-ocsp = true | ||
| - | |||
| - | domains = realmofespionage.xyz, | ||
| - | |||
| - | # End</ | ||
| - | |||
| - | ====== Obtain Certs ====== | ||
| - | |||
| - | * :!: If it passes the dry run, remove the dry-run argument and re-run | ||
| - | |||
| - | certbot " | ||
/usr/local/www/wiki/data/attic/windows/servers/nginx/lets_encrypt.1719532747.txt.gz · Last modified: (external edit)
