-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ GoSSL is an SSL/TLS certificate tool written with Go and built with ❤️ | |
- Generate x509 RSA root CA | ||
- Generate x509 RSA server certificate | ||
- Generate SSH key pair | ||
- Upload SSH public key to remote SSH server | ||
|
||
## Commands | ||
### help | ||
|
@@ -77,8 +78,6 @@ GoSSL is an SSL/TLS certificate tool written with Go and built with ❤️ | |
// This command will ask for password to connect SSH server | ||
``` | ||
|
||
ssh-upload --pubkey /Users/yakuter/.ssh/id_rsa.pub [email protected] | ||
|
||
### TODO | ||
1. Add generate command for generating private key, root ca and x509 certificates in one command | ||
2. Add test for cert | ||
|