summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/key-type.d
blob: 4baa9afa29a6b2a34b4a3e3dfee4c99d5223b191 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.