Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Aug 15:35
· 8 commits to master since this release

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