Skip to content

Releases: square/certstrap

v1.3.0

01 Jul 17:01
1377eab
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

20 Sep 21:24
bd8b02a
Compare
Choose a tag to compare

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)

Version 1.1.1

25 Sep 21:44
v1.1.1
fa1359e
Compare
Choose a tag to compare

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

Version 1.1.0

01 Aug 23:43
v1.1.0
25e0caa
Compare
Choose a tag to compare

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.1

05 Apr 17:22
Compare
Choose a tag to compare

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

First release

13 Jun 18:54
Compare
Choose a tag to compare

First release