certstrap

Tools to bootstrap CAs, certificate requests, and signed certificates.

APACHE-2.0 License

Downloads
20
Stars
2.3K
Committers
29

Bot releases are hidden (Show)

certstrap - Version 1.2.0

Published by mbyczkowski about 5 years ago

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)

certstrap - Version 1.1.1

Published by csstaub about 7 years ago

New Features
Add new --expires flag for finer expiry selection, deprecates old --years flag (#47)

certstrap - Version 1.1.0

Published by csstaub about 7 years ago

New Features
Add command to issue intermediate CA certificates (#29)

Bugfixes
Fix bug where certstrap would not preserve subject name ordering (#27)
Validate that certificate has marked as a CA cert (#28)

certstrap - First release

Published by csstaub over 8 years ago

First release

certstrap - v1.0.1

Published by alokmenghrajani over 8 years ago

./certstrap.go --version was returning the incorrect version. This is fixed in v1.0.1