Releases: glatzert/ACME-Server-ADCS
Releases · glatzert/ACME-Server-ADCS
V2.1.0
What's Changed
- Authorization Validation and Certificate Issuance, will now be triggered instantaneously instead of timer based.
V2.0.2
Improvements
- TLS-ALPN-01 is now supported as challenge
Breaking changes
If you have made developments based on this software, or the source code, there's been:
- Renaming all namespaces from TGIT -> Th11s
- Reduced the number of projects
V1.10.0
Updating account data is now implemented.
V1.9.0
V1.9.0
-
Multi targeting .net8 and .net6 (the next version won't support .net6 anymore)
-
Proper CSR validation logic regarding Subject and SAN
-
Testsuite for CSR validation
-
AllowEmptyCN and AllowCNSuffix are now removed and will not be considered anymore
V1.8.0-beta
.NET 8.0
This build changes the required framework from .NET6.0 to .NET8.0. Install the new .NET8.0 LTS to use it!
What's Changed
Full Changelog: V1.0.4...V1.8.0
V1.0.4-beta
Less code to do the same things
V 1.0.3-beta
- CSRValidation now only handles SAN and ignores other extensions.
V1.0.2
Service release to enable "ES384" and "ES512" algos
V 1.0.1
Dropping the RC.
Establish compat with acme.sh
V1.0.0 RC3
This release is production ready.
There'll be some breaking changes, if you use the product to build your own server around it, with the final 1.0. (namespace will be changed).
A preliminary license text (a rough draft) has been added to the license file.