The file format for each option now features a "Example:" header that can provide one or more examples that get rendered appropriately in the output. All options MUST have at least one example or gen.pl complains at build-time. This fix also does a few other minor format and consistency cleanups. Closes #7654
12 lines
353 B
D
12 lines
353 B
D
Long: key-type
|
|
Arg: <type>
|
|
Help: Private key file type (DER/PEM/ENG)
|
|
Protocols: TLS
|
|
Category: tls
|
|
Example: --key-type DER --key here $URL
|
|
---
|
|
Private key file type. Specify which type your --key provided private key
|
|
is. DER, PEM, and ENG are supported. If not specified, PEM is assumed.
|
|
|
|
If this option is used several times, the last one will be used.
|