// install via winget
Command Prompt & PowerShell
click to copy
winget install EFF.Certbot
// direct download
Download Installer// about Certbot
Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS.
// frequently asked questions
How do I install Certbot using winget?
Open PowerShell or Windows Terminal and run:
winget install EFF.Certbot. Winget ships with Windows 10 (1809+) and Windows 11 — no additional install needed.What is Certbot?
Certbot is a free, open source software tool for automatically using Let's Encrypt certificates on manually-administrated websites to enable HTTPS.
Is Certbot free to download?
Certbot is distributed under the Apache v2.0 Licence license. Use the winget command above or click the download button to get the installer directly from the publisher.
How do I update Certbot with winget?
Run
winget upgrade EFF.Certbot in PowerShell or Windows Terminal to update Certbot to the latest available version.What architecture does Certbot support?
The listed installer targets the x64 architecture. See the publisher’s documentation for full compatibility details.