- Home page for downloads and info : https://certifytheweb.com/
- Docs covering v4 onwards can be found at: https://docs.certifytheweb.com
- Community Discussions: https://community.certifytheweb.com
The SSL/TLS Certificate Management GUI for Windows, powered by Let's Encrypt, allowing you to generate and install free SSL certificates for Windows/IIS (with automated renewal).
Requirements:
- Windows Server 2008 R2 SP1 or higher (.Net 4.6.2 or higher), 64-bit
Features:
- Easy certificate requests & automated SSL bindings
- Preview mode to see which actions the app will perform (which bindings will be added/updated)
- Auto renewal using background service, with configurable renewal frequency
- SAN support (multi-domain certificates)
- Support for v2 of the Let's Encrypt API including Wildcard Certificate support (*.example.com)
- Optional Pre/Post request powershell scripting for advanced deployment (Exchange, RDS, multi-server etc)
- Web Hook support for custom reporting.
- Http or DNS challenge validation.
- Built-in Http Challenge Server for easier configuration of challenge responses
- DNS Validation via supported APIs (including Azure DNS, Alibaba Cloud, AWS Route53, Cloudflare, DnsMadeEasy, GoDaddy), OVH, SimpleDNSPlus
- Stored Credentials (API access keys etc. protected by the Windows Data Protection API)
- Download from https://certifytheweb.com/ and install it.
- Click 'New Certificate', optionally choose your IIS site (binding hostnames will be auto detected, or just enter them manually). Save your settings and click 'Request Certificate'
- All done! The certificate will renew automatically.
Advanced users can explore the different validation modes, deployment modes and other advanced options.
If you have a bug or feature and you can fix the problem yourself please just:
- File a new issue
- Fork the repository
- Make your changes
- Submit a pull request, detailing the problem being solved and testing steps/evidence
If you cannot provide a fix for the problem yourself, please file an issue and describe the fault with steps to reproduce.
You can help translate the app by cloning the repo and installing ResXManager to easily update translation text: https://marketplace.visualstudio.com/items?itemName=TomEnglert.ResXManager
- Visual Studio 2017 Community Edition (or higher)
- A local instance of IIS installed (for http validation, not required for DNS validation).
- Restoring NuGet packages using "Update-Package -reinstall" can be useful where nuget restore fails.
- The UI needs the background service to be running. You can configure Visual Studio to launch both the Certify.UI project and the Certify.Service project via Solution > Properties > Multiple Startup Projects
Note: For development you will require a publicly accessible IP mapped to the domain/subdomain you want to test with. The Let's Encrypt service will need to be able to access your test site remotely via HTTP in order to complete authorisation challenges. The app consists of a UI and background service. The background service must be running for the UI to operate.
support {at} certifytheweb.com