diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-19 18:34:06 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2011-12-19 18:34:06 +0100 |
commit | 25b05b75be1acdd4c96a301839be525809f35a47 (patch) | |
tree | 0699509c09ca8ec973dec67ed8d385afbee6d15e /bitlbee.conf | |
parent | af5764e30a841b82bcba603fc06366442daa9c0a (diff) |
Doc update.
Diffstat (limited to 'bitlbee.conf')
-rw-r--r-- | bitlbee.conf | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/bitlbee.conf b/bitlbee.conf index c5dafd9f..e0b74f41 100644 --- a/bitlbee.conf +++ b/bitlbee.conf @@ -115,9 +115,9 @@ ## ## (Obviously, the username and password are optional) ## -## Proxy = http://john:doe@proxy.localnet.com:8080 -## Proxy = socks4://socksproxy.localnet.com -## Proxy = socks5://socksproxy.localnet.com +# Proxy = http://john:doe@proxy.localnet.com:8080 +# Proxy = socks4://socksproxy.localnet.com +# Proxy = socks5://socksproxy.localnet.com ## Protocols offered by bitlbee ## @@ -125,8 +125,20 @@ ## allows to remove the support of protocol, even if compiled in. If ## nothing is given, there are no restrictions. ## -## Protocols = jabber yahoo +# Protocols = jabber yahoo +## Trusted CAs +## +## Path to a file containing a list of trusted certificate authorities used in +## the verification of server certificates. +## +## Uncomment this and make sure the file actually exists and contains all +## certificate authorities you're willing to accept (default value should +## work on at least Debian/Ubuntu systems with the "ca-certificates" package +## installed). As long as the line is commented out, SSL certificate +## verification is completely disabled. +## +# CAfile = /etc/ssl/certs/ca-certificates.crt [defaults] |