Skip to content

Version 1.2.0

Compare
Choose a tag to compare
@mbyczkowski mbyczkowski released this 20 Sep 21:24
bd8b02a

New Features
Add revoke command to add certificate to CA's CRL (#58)
Add URI SAN support to the request-cert command via --uri flag (#63)
New API in pkix package (#71)
New flags that allow to override default file inputs and outputs. request-cert command takes --key and --crt flags and sign command takes --csr and --crt. (#81)

Bugfixes
Support CSR issued by Microsoft certreq tool (#50)
Remove global state from pkix package (using when using it as a library) (#77)