proxy-cert-type.d 366 B

123456789101112
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: proxy-cert-type
  4. Arg: <type>
  5. Added: 7.52.0
  6. Help: Client certificate type for HTTPS proxy
  7. Category: proxy tls
  8. Example: --proxy-cert-type PEM --proxy-cert file -x https://proxy $URL
  9. See-also: proxy-cert
  10. Multi: single
  11. ---
  12. Same as --cert-type but used in HTTPS proxy context.