comparison mcabber/mcabberrc.example @ 1496:b9f8c1fddb23

Add hint about setting ssl_capath for SSL certificate verification (Suggested by js)
author Mikael Berthe <mikael@lilotux.net>
date Fri, 27 Jun 2008 21:56:19 +0200
parents 9d5a2f45addb
children 2eaa52d314e3
comparison
equal deleted inserted replaced
1495:6f5754f86fbb 1496:b9f8c1fddb23
35 # mcabber is compiled with GnuTLS (only works with OpenSSL). 35 # mcabber is compiled with GnuTLS (only works with OpenSSL).
36 # You can use mcabber -V to check. 36 # You can use mcabber -V to check.
37 # Set ssl_verify to 0 to disable certificate verification, or non-zero 37 # Set ssl_verify to 0 to disable certificate verification, or non-zero
38 # to set desired maximum CA verification depth. Use -1 to specify an 38 # to set desired maximum CA verification depth. Use -1 to specify an
39 # unlimited depth. 39 # unlimited depth.
40 # NOTE: You probably need to set ssl_capath for SSL cert verification to work!
40 # Set ssl_cafile to a path to a CA certificate file (may contain multiple 41 # Set ssl_cafile to a path to a CA certificate file (may contain multiple
41 # CA certificates). 42 # CA certificates).
42 # Set ssl_capath to a directory containing CA certificates (use c_rehash 43 # Set ssl_capath to a directory containing CA certificates (use c_rehash
43 # to generate hash links). 44 # to generate hash links).
44 # Set ssl_ciphers to a list of desired SSL ciphers (run "openssl ciphers" 45 # Set ssl_ciphers to a list of desired SSL ciphers (run "openssl ciphers"