aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/pub.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-08-15 12:43:01 +0200
committerTobias Brunner <tobias@strongswan.org>2013-09-13 15:23:49 +0200
commit21626bdf77957d60631fe939fc00f77c4a429f75 (patch)
treebedb3a5297573e8c2886de3631420fd66e1eb940 /src/pki/commands/pub.c
parentf40e9f4d161d79a5e4c93c4b0423c6535b9553f9 (diff)
downloadstrongswan-21626bdf77957d60631fe939fc00f77c4a429f75.tar.bz2
strongswan-21626bdf77957d60631fe939fc00f77c4a429f75.tar.xz
pki: Add support to encode public keys in SSH key format
Diffstat (limited to 'src/pki/commands/pub.c')
-rw-r--r--src/pki/commands/pub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pki/commands/pub.c b/src/pki/commands/pub.c
index 5a658afec..d85ee9ff3 100644
--- a/src/pki/commands/pub.c
+++ b/src/pki/commands/pub.c
@@ -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"},