quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

key-type.md (446B)


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