]> granicus.if.org Git - curl/commitdiff
cmdline-opts/cert-type.d: mention "p12" as a recognized type as well
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Jun 2018 12:53:33 +0000 (14:53 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Jun 2018 12:53:33 +0000 (14:53 +0200)
docs/cmdline-opts/cert-type.d

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