Imported Upstream version 7.53.1
[platform/upstream/curl.git] / docs / cmdline-opts / cert-type.d
1 Long: cert-type
2 Protocols: TLS
3 Arg: <type>
4 Help: Certificate file type (DER/PEM/ENG)
5 See-also: cert key key-type
6 ---
7 Tells curl what certificate type the provided certificate is in. PEM, DER and
8 ENG are recognized types.  If not specified, PEM is assumed.
9
10 If this option is used several times, the last one will be used.