quickjs-tart

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

proxy-pass.md (477B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: proxy-pass
      5 Arg: <phrase>
      6 Help: Passphrase for private key for HTTPS proxy
      7 Added: 7.52.0
      8 Category: proxy tls auth
      9 Multi: single
     10 See-also:
     11   - proxy
     12   - proxy-key
     13 Example:
     14   - --proxy-pass secret --proxy-key here -x https://proxy $URL
     15 ---
     16 
     17 # `--proxy-pass`
     18 
     19 Passphrase for the private key for HTTPS proxy client certificate.
     20 
     21 Equivalent to --pass but used in HTTPS proxy context.