aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/proxy-tlsauthtype.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/proxy-tlsauthtype.md')
-rw-r--r--docs/cmdline-opts/proxy-tlsauthtype.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/cmdline-opts/proxy-tlsauthtype.md b/docs/cmdline-opts/proxy-tlsauthtype.md
new file mode 100644
index 000000000..067e4c598
--- /dev/null
+++ b/docs/cmdline-opts/proxy-tlsauthtype.md
@@ -0,0 +1,19 @@
+---
+c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
+SPDX-License-Identifier: curl
+Long: proxy-tlsauthtype
+Arg: <type>
+Help: TLS authentication type for HTTPS proxy
+Added: 7.52.0
+Category: proxy tls auth
+Multi: single
+See-also:
+ - proxy
+ - proxy-tlsuser
+Example:
+ - --proxy-tlsauthtype SRP -x https://proxy $URL
+---
+
+# `--proxy-tlsauthtype`
+
+Same as --tlsauthtype but used in HTTPS proxy context.