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