Certstrap Versions Save

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

v1.3.0

1 year ago

Release Build (from refs/tags/v1.3.0/1377eabdd8242bc353dcebf879a3b077413036c2)

What's Changed

New Contributors

Full Changelog: https://github.com/square/certstrap/compare/v1.2.0...v1.3.0

v1.2.0

4 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)

v1.1.1

6 years ago

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

v1.1.0

6 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)

v1.0.0

7 years ago

First release

v1.0.1

8 years ago

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