cert-type.d 533 B

1234567891011121314151617
  1. Long: cert-type
  2. Protocols: TLS
  3. Arg: <type>
  4. Help: Certificate type (DER/PEM/ENG/P12)
  5. See-also: cert key key-type
  6. Category: tls
  7. Example: --cert-type PEM --cert file $URL
  8. Added: 7.9.3
  9. ---
  10. Tells curl what type the provided client certificate is using. PEM, DER, ENG
  11. and P12 are recognized types.
  12. The default type depends on the TLS backend and is usually PEM, however for
  13. Secure Transport and Schannel it is P12. If --cert is a pkcs11: URI then ENG is
  14. the default type.
  15. If this option is used several times, the last one will be used.