| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| servers:windows:nginx:lets_encrypt [2026/03/19 19:19] – Sean Rhone | servers:windows:nginx:lets_encrypt [2026/04/15 09:48] (current) – [Python] Sean Rhone |
|---|
| |
| * [[windows;10_ltsc_server|Windows 10 (21H2)]] | * [[windows;10_ltsc_server|Windows 10 (21H2)]] |
| * [[servers;windows;freenginx_php_php-cgi|freenginx]] | * [[servers;windows;nginx_php_php-cgi|nginx]] |
| |
| ====== Install ====== | ====== Install ====== |
| |
| * https://www.python.org/downloads/windows/ | * https://www.python.org/downloads/windows/ |
| * Last tested: ''python-3.14.3-amd64.exe'' ((2026/03/11: ''python-3.15.0a7-amd64.exe'' needed a Visual Studio build package for ''cffi'', which [[https://github.com/python-cffi/cffi/issues/23#issuecomment-1845861410|doesn't seem available pre-release]]; installing pre-selected VC build tools didn't work/likely needs more components)) | * Last tested: ''python-3.14.4-amd64.exe'' ((2026/03/11: ''python-3.15.0a7-amd64.exe'' needed a Visual Studio build package for ''cffi'', which [[https://github.com/python-cffi/cffi/issues/23#issuecomment-1845861410|doesn't seem available pre-release]]; installing pre-selected VC build tools didn't work/likely needs more components)) |
| * TODO: "Certbot installer for Windows" ([[https://github.com/certbot/certbot/releases/tag/v1.25.0|1.25.0]]) | |
| |
| * Install ''pip'' ((nothing else (admin, PATH, etc) is required and can be unchecked)) | * Install ''pip'' ((nothing else (admin, PATH, etc) is required and can be unchecked)) |
| |
| "%SystemRoot%\System32\schtasks.exe" /Create /SC "WEEKLY" /D "SUN" /TN "Certbot Renewal" /TR "%SystemDrive%\www\scripts\certbot\Renewal.bat" /ST "07:00" /F | "%SystemRoot%\System32\schtasks.exe" /Create /SC "WEEKLY" /D "SUN" /TN "Certbot Renewal" /TR "%SystemDrive%\www\scripts\certbot\Renewal.bat" /ST "07:00" /F |
| | |
| | ====== TODO ====== |
| | |
| | ===== ACME Clients ===== |
| | |
| | * https://letsencrypt.org/getting-started/#selecting-and-operating-an-acme-client-yourself |
| | * https://letsencrypt.org/docs/client-options/#clients-windows-/-iis |
| | * https://eff-certbot.readthedocs.io/en/stable/install.html#alternative-2-pip |
| | * https://certifytheweb.com/ |
| | * https://simple-acme.com/ |
| |