All notable changes to this project will be documented in this file.
- Support alternate link relations ([#232][i232])
- [CLI] Add option for alternate link relation
- Implement external account binding support (library). ([#231][i231])
- Add user-agent header to HTTP requests
- Removed support for
netstanard1.3
- [CLI] Upgrade to
netcoreapp3.1
- [CLI] Add options for algorithm in order finalize method
- Fix EC account key encoding #173
2.3.2 - 2018-10-20
- Implement
POST-as-GET
for loading ACME resources
2.3.1 - 2018-10-16
- Remove package reference to
System.Net.Http
(#158)
- [CLI] Add
--friendly-name
option tocert pfx
command (#145) - [CLI] Add
--issuer
option tocert pfx
command (#142)
2.3.0 - 2018-06-15
2.2.2 - 2018-05-31
- Revert
Newtonsoft.Json
tov10.0.3
forPowerShell Core
(#112)
2.2.1 - 2018-05-15
- Strong name signing (#106)
2.2.0 - 2018-05-05
- Add
Challenge.Error
for challenge valdidation error (#99)
- Fix certificate chain for PFX (#100)
2.1.0 - 2018-04-27
2.0.1 - 2018-03-17
- Add
Processing
status for challenges.
- Fix
Content-Type
header for POST requests (#76)
2.0.0 - 2018-03-13
- ACME v2 support
- Add support for JSON web signature using ECDSA key
1.1.4 - 2018-03-04
- Fix error when processing server response without
Content-Type
header - Fix
full-chain-off
option for CLI
1.1.3 - 2017-11-23
- Fix MissingFieldException when running with BouncyCastle v1.8.1.3 (#22)
1.1.2 - 2017-09-27
- Fix CLI script error
1.1.1 - 2017-09-26
- Add build target for net47
1.1.0 - 2017-08-17
- Add
Directory
to replaceAcmeDirectory
- Add support for deleting registration
- Add support for account key roll-over
- Allow assigning SAN when creating
CertificationRequestBuilder
instances
- Fix error when parsing directory resource with meta property. (#5)