Skip to content

Releases: win-acme/win-acme

1.9.4-beta9

07 Aug 21:26
Compare
Choose a tag to compare
1.9.4-beta9 Pre-release
Pre-release

Mainly this updated beta contains improvements to error handling.

Breaking changes: two command line parameters have been removed, specifically --configpath and --proxy, because those were not being persisted in the renewal process, and it actually doesn't make much sense to do that either.

The new alternative is to configure those settings through letsencrypt.exe.config.

1.9.4-beta8

06 Aug 19:45
Compare
Choose a tag to compare
1.9.4-beta8 Pre-release
Pre-release

I've documented and cleanup up the program options.

Two important changes since beta7

  • There was a --signeremail and an --emailadress option which both promised to do the same, but only the former actually worked. Now the former has been removed and only the latter works. So for unattended registration with ACME from now one use --emailadress.

  • I removed the option --certoutpath. It serves the same function as the much older --centralsslstore, while the latter is implemented in a more flexible way (i.e. on a per-certificate basis instead of globally). There already was a way to set --certoutpath globally, which is through the program settings (letsencrypt.exe.config).

The Wiki has been updated to reflect the latest set of command line arguments:

https://github.com/Lone-Coder/letsencrypt-win-simple/wiki/Command-Line-Arguments

1.9.4-beta7

05 Aug 06:55
Compare
Choose a tag to compare
1.9.4-beta7 Pre-release
Pre-release

See #493

1.9.4-beta6

04 Aug 04:49
Compare
Choose a tag to compare
1.9.4-beta6 Pre-release
Pre-release

Fixes for #499, #498 and #496

1.9.4-beta5

03 Aug 05:21
Compare
Choose a tag to compare
1.9.4-beta5 Pre-release
Pre-release

No new features, just bugfixes and refactoring. Where possible I'm trying to simplify the code to make it work more consistently and easier for new developers to understand. There are still a lot of anti-patterns in the code base which make my fingers itch, but I do want to get this 1.9.4 release stable enough for production use, so I'm holding off some of the bigger changes for 1.9.5 and beyond.

Many improvements to the manual plugin

01 Aug 19:46
Compare
Choose a tag to compare
Pre-release
1.9.4-beta4

Rewrite ManualPlugin

Task Scheduler fix

30 Jul 07:27
Compare
Choose a tag to compare
Task Scheduler fix Pre-release
Pre-release

Pretty serious bug fix #491

Manual renewals and lots of small fixes

29 Jul 10:09
Compare
Choose a tag to compare
Pre-release
v1.9.4-beta2

Improved default settings for scheduled task

DNS challenge and handling authorization failures

26 Jul 17:16
Compare
Choose a tag to compare

This release should fix the long standing issue #408 and adds support for DNS challenges by @olivermue

This is my first attempt at creating a release, so mind the -beta. If people don't encounter any problems with this code, I will release this as final and start to merge more PRs for v1.9.5.

letsencrypt-win-simple v1.9.3

19 Mar 10:43
Compare
Choose a tag to compare

This release is the same as 1.9.2 which was erroneously built in debug mode.

  • v1.9.2 was built in debug mode, should be release mode #392