diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2011-09-27 15:17:59 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2011-11-09 20:10:16 +0100 |
commit | 3b149d10572392da66f57a7e2aaac53ba424e45c (patch) | |
tree | 9a3af96c399971862dffe62d763af55031210934 /contrib | |
parent | 0cfe02843cb400b8bc8d28644df350b205e263c7 (diff) | |
download | pianobar-3b149d10572392da66f57a7e2aaac53ba424e45c.tar.gz pianobar-3b149d10572392da66f57a7e2aaac53ba424e45c.tar.bz2 pianobar-3b149d10572392da66f57a7e2aaac53ba424e45c.zip |
Added TLS settings
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/pianobar.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index 7a6328e..6a7918f 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -282,6 +282,16 @@ sorts by name from a to z, quickmix_01_name_za by type (quickmix at the bottom) and name from z to a. .TP +.B tls = {0,1} +Disable/enable TLS. This setting has no effect if TLS support was disabled at +compile time and defaults to enabled otherwise. + +.TP +.B tls_ca_path = /etc/ssl/certs/ca-certificates.crt +File that contains the root certificate (and possibly intermediate +certificates) of Pandora’s CA. + +.TP .B user = your@user.name Your pandora.com username. |