summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorJoschka Tillmanns <joschka@tillmanns.me>2015-10-20 20:27:58 +0200
committerwm4 <wm4@nowhere>2015-10-20 22:55:27 +0200
commit1ee8ce75f1f079e7d482297abd0848689718b35b (patch)
treebabc2ed13aba025b4d2186021a9f8fcf2baa2553 /DOCS/man/options.rst
parent0121d00478bcbf38cc88c71b40d70804b1fb1588 (diff)
downloadmpv-1ee8ce75f1f079e7d482297abd0848689718b35b.tar.bz2
mpv-1ee8ce75f1f079e7d482297abd0848689718b35b.tar.xz
options: add support for client certificate authentication
Client certificates are supported by ffmpeg as documented here: > https://www.ffmpeg.org/ffmpeg-protocols.html#tls Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index e230ad2adc..e4a1050c5d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3278,6 +3278,13 @@ Network
Verify peer certificates when using TLS (e.g. with ``https://...``).
(Silently fails with older FFmpeg or Libav versions.)
+``--tls-cert-file``
+ A file containing a certificate to use in the handshake with the
+ peer.
+
+``--tls-key-file``
+ A file containing the private key for the certificate.
+
``--referrer=<string>``
Specify a referrer path or URL for HTTP requests.