cmdline-opts/cert-type.d: mention "p12" as a recognized type as well

This commit is contained in:
Daniel Stenberg 2018-06-05 14:53:33 +02:00
parent 4bd91bc474
commit a8324599d2
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
Long: cert-type Long: cert-type
Protocols: TLS Protocols: TLS
Arg: <type> Arg: <type>
Help: Certificate file type (DER/PEM/ENG) Help: Certificate file type
See-also: cert key key-type See-also: cert key key-type
--- ---
Tells curl what certificate type the provided certificate is in. PEM, DER and Tells curl what type the provided client certificate is using. PEM, DER, ENG
ENG are recognized types. If not specified, PEM is assumed. and P12 are recognized types. If not specified, PEM is assumed.
If this option is used several times, the last one will be used. If this option is used several times, the last one will be used.