diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/config-example | 2 | ||||
-rw-r--r-- | contrib/pianobar.1 | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/config-example b/contrib/config-example index b1648fd..899ee39 100644 --- a/contrib/config-example +++ b/contrib/config-example @@ -48,6 +48,7 @@ #love_icon = [+] #ban_icon = [-] #volume = 0 +#ca_bundle = /etc/ssl/certs/ca-certificates.crt # Format strings #format_nowplaying_song = [32m%t[0m by [34m%a[0m on %l[31m%r[0m%@%s @@ -62,5 +63,4 @@ #device = D01 #encrypt_password = 2%3WCL*JU$MP]4 #decrypt_password = U#IO$RZPAB%VX2 -#tls_fingerprint = B0A1EB460B1B6F33A1B6CB500C6523CB2E6EC946 diff --git a/contrib/pianobar.1 b/contrib/pianobar.1 index 8a311a5..e337ea2 100644 --- a/contrib/pianobar.1 +++ b/contrib/pianobar.1 @@ -196,6 +196,11 @@ or the key you defined in Icon for banned songs. .TP +.B ca_bundle +Path to CA certifiate bundle, containing the root and intermediate certificates +required to validate Pandora’s SSL certificate. + +.TP .B control_proxy = http://user:password@host:port/ Non-american users need a proxy to use pandora.com. Only the xmlrpc interface will use this proxy. The music is streamed directly. |