pki: Add pki --req man page

This commit is contained in:
Tobias Brunner
2013-09-13 15:07:35 +02:00
parent 96aa5a1ddd
commit bb8e2e1759
5 changed files with 98 additions and 5 deletions
+2 -3
View File
@@ -174,9 +174,8 @@ static void __attribute__ ((constructor))reg()
command_register((command_t) {
req, 'r', "req",
"create a PKCS#10 certificate request",
{"[--in file] [--type rsa|ecdsa]",
" --dn distinguished-name [--san subjectAltName]+",
"[--password challengePassword]",
{" [--in file] [--type rsa|ecdsa] --dn distinguished-name",
"[--san subjectAltName]+ [--password challengePassword]",
"[--digest md5|sha1|sha224|sha256|sha384|sha512] [--outform der|pem]"},
{
{"help", 'h', 0, "show usage information"},