Skip to content

Releases: taybart/certs

v0.2.1

03 Mar 15:13
Compare
Choose a tag to compare

Fix issues with printing certain urls

v0.2.0

02 Mar 16:16
ae1ee00
Compare
Choose a tag to compare

Add default subject in config.

v0.1.3

17 Feb 23:36
Compare
Choose a tag to compare

Rename repo/binaries

v0.1.2

17 Aug 21:07
Compare
Choose a tag to compare

More bugfixes and formatting errors

v0.1.1

17 Aug 16:29
Compare
Choose a tag to compare

Fix issue with ecdsa public key type in certificates

v0.1.0

17 Aug 03:12
Compare
Choose a tag to compare
  1. Add ECDSA {p256, p384, p512}
  2. Better onboarding using reflect to take user input
  3. Add -edit command
  4. Update config to have more futureproof structure
  5. Add -pipe for doing single line certificates like: certool -csr ./csr-test.json -pipe | certool -sign
    • Auto writes key to file
    • Adds second tty for password entry
  6. Add JSON CSR type to help with non-standard requests

v0.0.3

14 Aug 19:15
Compare
Choose a tag to compare

Remove OCSPSigning from certs and add ClientAuth

v0.0.2

11 Aug 21:25
Compare
Choose a tag to compare

Improvements to cli signing and verification.

v0.0.1

11 Aug 15:23
Compare
Choose a tag to compare

Initial release, many things need work.