From 2d41e1c51cf88cefe216aed1172a96c4816044e3 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 5 Mar 2017 11:19:39 +0100 Subject: pki: Edited keyid parameter use in various pki man pages and usage outputs --- src/pki/commands/issue.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/pki/commands/issue.c') diff --git a/src/pki/commands/issue.c b/src/pki/commands/issue.c index 333c6ebb3..b0399c78b 100644 --- a/src/pki/commands/issue.c +++ b/src/pki/commands/issue.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2009 Martin Willi - * Copyright (C) 2015-2016 Andreas Steffen + * Copyright (C) 2015-2017 Andreas Steffen * HSR Hochschule fuer Technik Rapperswil * * This program is free software; you can redistribute it and/or modify it @@ -620,7 +620,7 @@ static void __attribute__ ((constructor))reg() {"type", 't', 1, "type of input, default: pub"}, {"cacert", 'c', 1, "CA certificate file"}, {"cakey", 'k', 1, "CA private key file"}, - {"cakeyid", 'x', 1, "keyid on smartcard of CA private key"}, + {"cakeyid", 'x', 1, "smartcard or TPM CA private key object handle"}, {"dn", 'd', 1, "distinguished name to include as subject"}, {"san", 'a', 1, "subjectAltName to include in certificate"}, {"lifetime", 'l', 1, "days the certificate is valid, default: 1095"}, -- cgit v1.2.3