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 [2025/06/03 00:33] – Sean Rhone | servers:windows:nginx:lets_encrypt [2025/06/14 21:10] (current) – Sean Rhone |
---|
| |
* https://www.python.org/downloads/windows/ | * https://www.python.org/downloads/windows/ |
* Last tested: ''python-3.13.3-amd64.exe'' | * Last tested: ''python-3.13.4-amd64.exe'' |
| |
* Install ''pip'' | * Install ''pip'' |
:: Renew Certs | :: Renew Certs |
"netsh.exe" advfirewall firewall add rule name="Certbot (Standalone)" dir="in" action="allow" program="%LocalAppData%\Programs\Python\Python313\python.exe" protocol="tcp" localport="80" | "netsh.exe" advfirewall firewall add rule name="Certbot (Standalone)" dir="in" action="allow" program="%LocalAppData%\Programs\Python\Python313\python.exe" protocol="tcp" localport="80" |
"%LocalAppData%\Programs\Python\Python313\Scripts\certbot.exe" "certonly" --config "%SystemDrive%\www\certbot\cli-custom.ini" --quiet --dry-run | "%LocalAppData%\Programs\Python\Python313\Scripts\certbot.exe" "certonly" --config "%SystemDrive%\www\certbot\cli-custom.ini" --quiet |
"netsh.exe" advfirewall firewall delete rule name="Certbot (Standalone)" | "netsh.exe" advfirewall firewall delete rule name="Certbot (Standalone)" |
| |