A Simple ACME Client for Windows
This is a ACME windows CLI client built in native .net and aims to be as simple as possible to use. It's built on top of the ACMESharp project.
Download the latest release, unpack and run letsencrypt.exe
, and follow the messages in the input prompt. There are some useful command line arguments which can help with advanced or unattended usage scenarios.
Some of the applications' settings can be updated in the app's settings or configuration file. the file is in the application root and is called letsencrypt.exe.config
. The settings are documented on this page.
Please head to the Wiki to learn more.
If you run into trouble please open an issue here. Please check to see if your issue is covered in the Wiki before you create a new issue. Describe the exact steps you took and try to reproduce it while running with the --verbose
command line option set. Post your command line and the console output to help us debug.