diff options
author | Andreas Steffen <andreas@strongswan.org> | 2009-09-15 22:43:22 +0200 |
---|---|---|
committer | Andreas Steffen <andreas@strongswan.org> | 2009-09-15 22:43:22 +0200 |
commit | 934942dddb113bdc6769916e1a29c89369272a59 (patch) | |
tree | 73196e33b42ff5e0e5f32bc2394f736d9daf7adb /src/pki/commands/req.c | |
parent | c6574927052b82d45b63c15c263353b3e3e0e1e5 (diff) | |
download | strongswan-934942dddb113bdc6769916e1a29c89369272a59.tar.bz2 strongswan-934942dddb113bdc6769916e1a29c89369272a59.tar.xz |
corrected usage
Diffstat (limited to 'src/pki/commands/req.c')
-rw-r--r-- | src/pki/commands/req.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pki/commands/req.c b/src/pki/commands/req.c index 198e9daa6..2c7bc8157 100644 --- a/src/pki/commands/req.c +++ b/src/pki/commands/req.c @@ -21,7 +21,6 @@ #include <utils/linked_list.h> #include <credentials/certificates/certificate.h> -#include <credentials/certificates/x509.h> /** * Create a self-signed PKCS#10 certificate requesst. @@ -179,7 +178,7 @@ static void __attribute__ ((constructor))reg() {"help", 'h', 0, "show usage information"}, {"in", 'i', 1, "private key input file, default: stdin"}, {"type", 't', 1, "type of input key, default: rsa"}, - {"dn", 'd', 1, "subject and issuer distinguished name"}, + {"dn", 'd', 1, "subject distinguished name"}, {"san", 'a', 1, "subjectAltName to include in cert request"}, {"password",'p', 1, "challengePassword to include in cert request"}, {"digest", 'g', 1, "digest for signature creation, default: sha1"}, |