Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| servers:windows:nginx:lets_encrypt [2026/03/12 10:32] – [Obtain Certs Test] Sean Rhone | servers:windows:nginx:lets_encrypt [2026/05/13 10:44] (current) – [Python] Sean Rhone |
|---|
| |
| * 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.5-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)) |
| |
| * 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/ |
| |