Skip to content

Releases: nothinux/certify

v1.8.0

10 Sep 09:46
Compare
Choose a tag to compare

Changelog

  • ad72452 chore: update goreleaser task (#20)
  • 77292e2 feat: allow user to specify CRL date validity (#19)
  • c701791 feat: verify cert against crl (#18)
  • 25d1184 feat: add aki, ski and keyUsage to certificate output (#17)
  • 67ac46c feat: add aki, ski and keyUsage to certificates (#16)
  • 38e4eb1 feat: add ability to revoke certificates (#15)
  • 81f090f feat: add support for reading crl files (#14)
  • bf64611 feat: add crl support (#13)

v1.7.0

26 Aug 15:35
Compare
Choose a tag to compare

🔒 Certify v1.7.0

  • Introduce the insecure flag on connect to enable users to establish a connection with the server without CA verification.
  • Introduce the with-ca:/path/to/ca flag on connect to enable users to use user-provided CA when connecting to the server.
  • Introduce the -interactive flag; allowing users to interactively create certificates
  • Fixed issue when reading certificates from stdin

📦 Changelog

  • ad15844 feat: allow to use insecure-flag and allow to use custom ca on -connect
  • 0d740ff chore: add brew configuration to goreleaser
  • bf1c54c feat: add ability to create cert interactively (#10)
  • 925a2f8 fix: certificate output when reading certificate from stdin or file (#9)

v1.6.0

29 Dec 14:19
92290dd
Compare
Choose a tag to compare

Certify v1.6.0

  • Add the ability to use specific tls version when connecting to remote host, by using tlsVer argument
  • Organization now are configurable, you can specify it by using o: argument
  • Changed the current behavior when the new certificate has the same name with the previous one, certify will not override existing certificate.

Changelog

  • 92290dd update help information (#8)
  • 2b9826f add support to connect to tls host with spesific tls version (#7)
  • 36526d3 Change file handling behaviour (#6)
  • 9601aad feat(ca): add ability to set custom org and expiry (#5)

v1.5.1

02 Nov 16:43
6fb2638
Compare
Choose a tag to compare

Changelog

v1.5.0

07 May 01:59
Compare
Choose a tag to compare

Changes

  • Add a new flag for generating intermediate CA --intermediate
  • Every generated certificate by default will be signed by an intermediate CA
  • If intermediate CA doesn't exist, the generated certificate will be signed by rootCA instead
  • Bugfix in -init flag when no cn: provided

Changelog

v1.4.1

17 Apr 08:09
Compare
Choose a tag to compare

Bugfix

  • Bugfix expiry not parsed
  • Bugfix first extended key usage not parsed

Changelog

v1.4.0

15 Apr 13:52
Compare
Choose a tag to compare

Changes

  • Add support for a custom extended key usage with argument eku:
  • If eku: not provided, by default will be set to serverAuth and clientAuth
  • Add support for reading certificate from pipe, now certify can read certificate with cat cert.pem | certify -read

Changelog

  • 2b12022 update readme
  • 214039d add ability to read more eku
  • c23ec7a add feature to add custom extended key usage
  • 8ca6ed5 fix wording
  • f515e5e add ability to read certificate from pipe

v1.3.0

19 Mar 07:14
Compare
Choose a tag to compare

Changelog

v1.2.1

05 Mar 12:30
cf95b60
Compare
Choose a tag to compare

Changelog

  • cf95b60 don't show field if no san information
  • fceb838 fix if expiry not provided

v1.2.0

05 Mar 06:04
Compare
Choose a tag to compare

Changelog