Releases: PKISharp/ACME-PS
Releases · PKISharp/ACME-PS
V1.5.9 - Broken chain
What's Changed
- Fix index comparison for certificate chain export by @tallen116 in #141
New Contributors
- @tallen116 made their first contribution in #141 (thanks)
Full Changelog: v1.5.8...v1.5.9
V1.5.8 - Bug fixing
Fixes #139 (thanks @tallen116 for reporting)
V1.5.6 - Bugfixing
Fixes a bug which made it into the code, due to missing tests.
V1.5.4 - Module loading performance
The module now defines empty exports instead of wildcard exports.
V1.5.3 ECDSA and Chains
This release fixes two errors:
- ECDSA key loading was defect, since ECPoint is a struct (thanks @PeterStaev )
- Ordering of certificate chains was wrong (thanks @JohnLBevan )
V1.5.0 Key handling revamped
This release changes huge parts of the code handling keys, signatures and certificates.
It allows revoking certificates, by using the certificate itself.
V1.3.4 Challenge not found
Get-ACMEChallenge
will now throw, if the challenge type requested does not exist (Wildcard Identifiers do not use http-01).
V1.3.1 External Accounts
- External account binding is now possible (thanks to @christoph-bach for testing)
V1.2.5 Json Casing
New-ACMEAccount
had a casing error.Export-ACMECertificate
now allows adding additional certificates to the chain.
V1.2.4 PS 7 Core arrived
Since 1.2.0 the following changes happened:
- Fixed a bug wih PSCore 7 (#91, thanks @hoopty for reporting)
- Fixed a bug with chain export
- Removed
-Pass-Thru
fromGet-Account
- Automatically call
Update-Order
beforeGet-AuthorizationError
- Renamed
-SkipExistingCertificate
to-ForceCertificateReload
inExport-Certificate
- Added docs to
Invoke-SignedWebRequest
- Fixed a minor bug in
Complete-Order
, which made-GenerateCertificateKey
comlicated, if it needs to be retried. - Wrote some tests
- Reorganized build-script
- Made a new logo