Version 1.2.0
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)