Skip to content

Releases: yakuter/gossl

v0.1.7

16 Apr 22:18
Compare
Choose a tag to compare

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

15 Apr 15:32
Compare
Choose a tag to compare

Changelog

v0.1.5 Homebrew Version

13 Apr 10:24
Compare
Choose a tag to compare

Changelog

v0.1.4 Certificate Request (CSR)

12 Apr 08:43
Compare
Choose a tag to compare

Changelog

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

v0.1.3

11 Apr 14:33
Compare
Choose a tag to compare

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

11 Apr 10:04
Compare
Choose a tag to compare

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

09 Apr 22:23
Compare
Choose a tag to compare

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

Changelog

v0.1.0 First version with great features👌

08 Apr 22:54
Compare
Choose a tag to compare
  • Verify a server certificate with a root CA
  • Generate RSA key
  • Generate x509 RSA CA certificate
  • Generate x509 RSA server certificate

Changelog