Skip to content

v1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 13:52
· 41 commits to master since this release

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