Add SSH export for RSA public key

This commit is contained in:
Alessio Di Mauro
2016-07-12 13:54:22 +02:00
parent e8720c5023
commit 3f4cb12702
4 changed files with 90 additions and 6 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ option "pin-retries" - "Number of retries before the pin code is blocked" int op
option "puk-retries" - "Number of retries before the puk code is blocked" int optional dependon="pin-retries"
option "input" i "Filename to use as input, - for stdin" string optional default="-"
option "output" o "Filename to use as output, - for stdout" string optional default="-"
option "key-format" K "Format of the key being read/written" values="PEM","PKCS12","GZIP","DER" enum optional default="PEM"
option "key-format" K "Format of the key being read/written" values="PEM","PKCS12","GZIP","DER","SSH" enum optional default="PEM"
option "password" p "Password for decryption of private key file" string optional
option "subject" S "The subject to use for certificate request" string optional
text "