From 1ee8ce75f1f079e7d482297abd0848689718b35b Mon Sep 17 00:00:00 2001 From: Joschka Tillmanns Date: Tue, 20 Oct 2015 20:27:58 +0200 Subject: 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 --- DOCS/man/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS/man/options.rst') 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=`` Specify a referrer path or URL for HTTP requests. -- cgit v1.2.3