Features
- @ysc3839 contributed a plugin to do DNS validation with NS1.
- @AbstractionAs contributed a plugin to DNS validation with domainname.shop.
Enhancements
- #2011 - @The00Dustin provided a new version of the
ImportRDSFull.ps1
example script. - #2001 - Publish the debugger interface (mscordbi.dll) in the release assets, as suggested by @miloush.
- #1932 - It's now possible to use the
--emailaddress
parameter for EAB accounts, requested by @mlonguet. - #2040 - Server connection check at startup has be come more thorough and provides better feedback about potential issues.
- Upgraded the project to .NET6 and Visual Studio 2022
- Update various NuGet packages.
Bugs
- #2004 - Fix IIS not being detected when only the FTP service is active, reported by @paynent.
- #2015 - The command line option
--validation selfhosting
would not work unless--validationmode
was also provided, reported by @sunib. - #2035 - The Cloudflare DNS validation plugin might fail when the API key gives access to more than 20 zones, reported by @m-ferrero.
- #2043 - When unsuccesfully updating an existing renewal from the command line, a user prompt would appear and block further progres. Thanks for the bug report and pull request @sfclemens!
- Fix infinite loop when plugin is not configured correctly.
- The
--ftpsiteid
parameter didn't work anymore. Although obsolete due to the regular IIS installer being able to handle FTP sites now, it has been restored to ensure backwards compatibility with pre-existing automation. - #2041 / #2053 - When installing to multiple IIS websites and using non-standard ports, superfluous bindings could be created. Thanks for the reports @FootStark and @ironwithiniv.