key-type.d 380 B

12345678910111213
  1. Long: key-type
  2. Arg: <type>
  3. Help: Private key file type (DER/PEM/ENG)
  4. Protocols: TLS
  5. Category: tls
  6. Example: --key-type DER --key here $URL
  7. Added: 7.9.3
  8. See-also: key
  9. ---
  10. Private key file type. Specify which type your --key provided private key
  11. is. DER, PEM, and ENG are supported. If not specified, PEM is assumed.
  12. If this option is used several times, the last one will be used.