pki: Add pki --verify man page

This commit is contained in:
Tobias Brunner
2013-09-13 15:07:36 +02:00
parent 4adeaa5eb9
commit b068c4ec9d
5 changed files with 62 additions and 4 deletions
+1 -2
View File
@@ -125,7 +125,7 @@ static void __attribute__ ((constructor))reg()
command_register((command_t) {
verify, 'v', "verify",
"verify a certificate using the CA certificate",
{"[--in file] [--ca file]"},
{"[--in file] [--cacert file]"},
{
{"help", 'h', 0, "show usage information"},
{"in", 'i', 1, "X.509 certificate to verify, default: stdin"},
@@ -133,4 +133,3 @@ static void __attribute__ ((constructor))reg()
}
});
}