pki: Avoid conflict between --verify and --debug
Add shared options to the man page.
This commit is contained in:
@@ -255,7 +255,7 @@ end:
|
|||||||
static void __attribute__ ((constructor))reg()
|
static void __attribute__ ((constructor))reg()
|
||||||
{
|
{
|
||||||
command_register((command_t) {
|
command_register((command_t) {
|
||||||
verify, 'v', "verify",
|
verify, 'V', "verify",
|
||||||
"verify a certificate using one or more CA certificates",
|
"verify a certificate using one or more CA certificates",
|
||||||
{"[--in file] [--cacert file]+ [--crl file]"},
|
{"[--in file] [--cacert file]+ [--crl file]"},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ Extract the subject DN of an X.509 certificate.
|
|||||||
.B "\-p, \-\-pub"
|
.B "\-p, \-\-pub"
|
||||||
Extract a public key from a private key or certificate.
|
Extract a public key from a private key or certificate.
|
||||||
.TP
|
.TP
|
||||||
.B "\-v, \-\-verify"
|
.B "\-V, \-\-verify"
|
||||||
Verify a certificate using a CA certificate.
|
Verify a certificate using a CA certificate.
|
||||||
.TP
|
.TP
|
||||||
.B "\-S, \-\-scep"
|
.B "\-S, \-\-scep"
|
||||||
@@ -104,6 +104,14 @@ Get CA certificate[s] from an EST server.
|
|||||||
.B "\-o, \-\-ocsp"
|
.B "\-o, \-\-ocsp"
|
||||||
OCSP request parser and OCSP responder.
|
OCSP request parser and OCSP responder.
|
||||||
.
|
.
|
||||||
|
.SH GENERAL OPTIONS
|
||||||
|
.TP
|
||||||
|
.B "\-v, \-\-debug"
|
||||||
|
set debug level, default: 1
|
||||||
|
.TP
|
||||||
|
.B "\-+, \-\-options"
|
||||||
|
read command line options from file
|
||||||
|
.
|
||||||
.SH "EXAMPLES"
|
.SH "EXAMPLES"
|
||||||
.
|
.
|
||||||
.SS "Generating a CA Certificate"
|
.SS "Generating a CA Certificate"
|
||||||
|
|||||||
Reference in New Issue
Block a user