quickjs-tart

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

proxy-key-type.md (550B)


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