Yakuter Gossl Versions Save

Cross platform, easy to use SSL/TLS toolset

v0.1.7

2 years ago

Changelog

  • bcff42c update go mod and sum
  • f79df0b add info command
  • ef11bec updare readme for default SSH public key path
  • 5321d73 add default SSH public key
  • 21e4b36 fix multiple records and add legacy common name

v0.1.6

2 years ago

Changelog

  • a0d7505 update version
  • e1257f0 fix Subject Alternative Name bug
  • 84f6e15 add password flag to ssh-copy to make it usable programmatically
  • 4dad7b9 Tests verify url (#9)
  • cbc0b89 update readme
  • 82baf1c add verify URL with root CA
  • f31bf8c Update README.md

v0.1.5

2 years ago

Changelog

  • 2e4907f add homebrew install
  • c771434 add tests for utils package
  • 48c9073 add test for help package
  • 94a0feb update readme for badges

v0.1.4

2 years ago

Changelog

  • f9454a3 add certificate request (CSR)
  • 7df4291 add tests for ssh copy command (#6)
  • e69db8a add withpub flag to key command

v0.1.3

2 years ago

Features

Verify a server certificate with a root CA Generate RSA key Generate x509 RSA root CA Generate x509 RSA server certificate Generate SSH key pair Copy SSH public key to remote SSH server

Changelog

  • fae1133 refactor workflow file
  • 050c0ba fix cert test
  • d688c16 add test and coverage workflow
  • 10a5d1d add test for cert
  • ce02d87 fix insecure password
  • e2df219 refactor upload to copy
  • a317b0f update ssh-upload command description
  • e86248f update readme

v0.1.2

2 years ago

Generating SSH key pair with ssh command is not enough to automatically connect SSH server. The public key (id_rsa.pub) needs to be appended to authorized_keys file in remote server. ssh-upload command does this job for you ;)

Changelog

  • ff40703 add ssh-upload command
  • 0e11647 add ssh_upload
  • 075f2cd Update README.md
  • 1bab5e1 Update README.md
  • 5b6c599 update cert command in README
  • 97f53a1 add new TODO items to readme

v0.1.1

2 years ago

With this version, you can generate SSH key pair just like ssh-keygen 🥳

Changelog

  • 72dc522 fix dirty do.sum
  • b2dd867 add SSH feature to README
  • a19d40a add ssh command and refactor

v0.1.0

2 years ago
  • Verify a server certificate with a root CA
  • Generate RSA key
  • Generate x509 RSA CA certificate
  • Generate x509 RSA server certificate

Changelog

  • 2217161 tidy go.mod and go.sum
  • e079500 refactor error logs
  • b4d4c24 minor refactor
  • a007aea Create LICENSE
  • 083727c add features
  • 64a1e08 minor refactor
  • 035c1b0 Cert (#4)
  • a8e7a4a Goreleaser (#3)
  • 6cc2649 add arm64 arch to goreleaser
  • b4205be Merge pull request #2 from makifdb/main
  • 91ef3f9 add test for key command and refactor
  • 81ccc62 Merge branch 'yakuter:main' into main
  • a6d6480 add key command
  • c5b04c4 Update README.md
  • ea40f7a Update README.md
  • a08fff6 add goreleaser
  • 71b4e76 update readme
  • 2cd21a4 add TODO to README
  • 0e6da73 add verification and refactor
  • b89aeda first commit