v2.2.6 #2448
WouterTinus
started this conversation in
General
v2.2.6
#2448
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Features
The FTP validation plugin gained an option to use the GnuTLS library for FTPS connections, as the default TLS implementation provided in .NET/Windows suffers from compatibility issues with various Unix-based FTP servers. For more background on this subject check this page by the FluentFTP project. Using this requires:
Validation.Ftp.UseGnuTls = true
gnutls.v{build}.x64.zip
We recommend you only do this as a last resort when other validation methods fail, because there are some limitations of this connection method documented on the link above. This all initiated based on feedback by @cuper6.
Enhancements
settings.json
which allows you to disable certificate validation for the ACME endpoint, useful for people running their own ACME CA using a self-signed certificate (requested by @100110010111 in [FEATURE REQUEST] Ignore SSL Errors #2431).ImportJKS.ps1
example script by using$env:JAVA_HOME
instead of a hardcoded path (Switched to JAVA_HOME environmental variable #2408).notAfter
settings, fractional seconds are no longer sent to the server, because that level of accuracy is overkill and some providers throw errors upon receiving them (thanks for testing @timothyd09 in Customize the notAfter value #2394)Bug fixes
ClientName
setting when creating the scheduled task, preventing failures (reported by @andrewsauder in Create Scheduled Task Error #2410).--nocache
switch (and interactive menu option) could still reuse previously generated private keys.Sponsors
This release was funded by
One gold sponsor:
Two silver sponsors:
And four bronze sponsors:
Support
If you want professional support for win-acme, your company up here in the release notes, or just want to buy me (@WouterTinus) a beer for maintaining this tool, please sponsor using GitHub Sponsors, Patreon or PayPal.
This discussion was created from the release v2.2.6.
Beta Was this translation helpful? Give feedback.
All reactions