key-type.d 430 B

1234567891011121314
  1. c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: key-type
  4. Arg: <type>
  5. Help: Private key file type (DER/PEM/ENG)
  6. Protocols: TLS
  7. Category: tls
  8. Example: --key-type DER --key here $URL
  9. Added: 7.9.3
  10. See-also: key
  11. Multi: single
  12. ---
  13. Private key file type. Specify which type your --key provided private key
  14. is. DER, PEM, and ENG are supported. If not specified, PEM is assumed.