aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-08-27 17:53:43 +0200
committerTobias Brunner <tobias@strongswan.org>2015-08-27 17:55:15 +0200
commit592f31f5af23ec80a85eaede56aef5a2b5a9bb9e (patch)
tree5b2d0080c58aab7fb7ecb2dfee649e12477ed434 /src
parent6b0bdda010872817d9e1d0cfc19a8e9ac1e0595f (diff)
downloadstrongswan-592f31f5af23ec80a85eaede56aef5a2b5a9bb9e.tar.bz2
strongswan-592f31f5af23ec80a85eaede56aef5a2b5a9bb9e.tar.xz
pki: Add new type options to --issue command usage output
Diffstat (limited to 'src')
-rw-r--r--src/pki/commands/issue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pki/commands/issue.c b/src/pki/commands/issue.c
index 70afc01f5..2dc9fcce3 100644
--- a/src/pki/commands/issue.c
+++ b/src/pki/commands/issue.c
@@ -580,7 +580,7 @@ static void __attribute__ ((constructor))reg()
command_register((command_t) {
issue, 'i', "issue",
"issue a certificate using a CA certificate and key",
- {"[--in file] [--type pub|pkcs10] --cakey file|--cakeyid hex",
+ {"[--in file] [--type pub|pkcs10|rsa|ecdsa|bliss] --cakey file|--cakeyid hex",
" --cacert file [--dn subject-dn] [--san subjectAltName]+",
"[--lifetime days] [--serial hex] [--ca] [--pathlen len]",
"[--flag serverAuth|clientAuth|crlSign|ocspSigning|msSmartcardLogon]+",
@@ -591,7 +591,7 @@ static void __attribute__ ((constructor))reg()
"[--digest md5|sha1|sha224|sha256|sha384|sha512] [--outform der|pem]"},
{
{"help", 'h', 0, "show usage information"},
- {"in", 'i', 1, "public key/request file to issue, default: stdin"},
+ {"in", 'i', 1, "key/request file to issue, default: stdin"},
{"type", 't', 1, "type of input, default: pub"},
{"cacert", 'c', 1, "CA certificate file"},
{"cakey", 'k', 1, "CA private key file"},