From 4bc4e8e17b5f6c00bc060376bfbd5dbd34e47d48 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 15 Dec 2011 16:56:07 +0100 Subject: Added support for iKEIntermediate flag to ipsec pki. --- src/pki/commands/issue.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/pki/commands/issue.c') diff --git a/src/pki/commands/issue.c b/src/pki/commands/issue.c index 6a5686d92..97769fca6 100644 --- a/src/pki/commands/issue.c +++ b/src/pki/commands/issue.c @@ -229,6 +229,10 @@ static int issue() { flags |= X509_CLIENT_AUTH; } + else if (streq(arg, "ikeIntermediate")) + { + flags |= X509_IKE_INTERMEDIATE; + } else if (streq(arg, "crlSign")) { flags |= X509_CRL_SIGN; -- cgit v1.2.3