From b5b95c75deb01c6a7342f6174c4d79fe90bd8766 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 13 Jul 2010 14:14:39 +0200 Subject: Added pki PEM encoding support for certificates, CRLs and PKCS10 requests --- src/pki/commands/gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pki/commands/gen.c') diff --git a/src/pki/commands/gen.c b/src/pki/commands/gen.c index 0a6571153..33d9cf35d 100644 --- a/src/pki/commands/gen.c +++ b/src/pki/commands/gen.c @@ -48,7 +48,7 @@ static int gen() } continue; case 'f': - if (!get_form(arg, &form, FALSE)) + if (!get_form(arg, &form, CRED_PRIVATE_KEY)) { return command_usage("invalid key output format"); } -- cgit v1.2.3