pki: Add support to encode public keys in SSH key format

This commit is contained in:
Tobias Brunner
2013-09-13 15:23:49 +02:00
parent f40e9f4d16
commit 21626bdf77
4 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ static void __attribute__ ((constructor))reg()
pub, 'p', "pub",
"extract the public key from a private key/certificate",
{"[--in file|--keyid hex] [--type rsa|ecdsa|pkcs10|x509]",
"[--outform der|pem|dnskey]"},
"[--outform der|pem|dnskey|sshkey]"},
{
{"help", 'h', 0, "show usage information"},
{"in", 'i', 1, "input file, default: stdin"},