Releases: yakuter/gossl
Releases · yakuter/gossl
v0.1.7
v0.1.6
v0.1.5 Homebrew Version
v0.1.4 Certificate Request (CSR)
v0.1.3
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
v0.1.2 SSH Upload Feature
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
v0.1.1 SSH Key Pair
v0.1.0 First version with great features👌
- 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