quickjs-tart

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

proxy-crlfile.md (566B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: proxy-crlfile
      5 Arg: <file>
      6 Help: Set a CRL list for proxy
      7 Added: 7.52.0
      8 Category: proxy tls
      9 Multi: single
     10 See-also:
     11   - crlfile
     12   - proxy
     13 Example:
     14   - --proxy-crlfile rejects.txt -x https://proxy $URL
     15 ---
     16 
     17 # `--proxy-crlfile`
     18 
     19 Provide filename for a PEM formatted file with a Certificate Revocation List
     20 that specifies peer certificates that are considered revoked when
     21 communicating with an HTTPS proxy.
     22 
     23 Equivalent to --crlfile but only used in HTTPS proxy context.