comparison mcabber/mcabberrc.example @ 2248:377b6a52b25f

Prepare for loudmouth with sha256 support (>=1.5.3)
author franky
date Sat, 13 Feb 2016 11:05:07 +0100
parents 3d266140a8fb
children d3e9118c2795
comparison
equal deleted inserted replaced
2247:fe89cdd66446 2248:377b6a52b25f
59 #set ssl_ca = ~/.mcabber/trusted_cert.pem 59 #set ssl_ca = ~/.mcabber/trusted_cert.pem
60 # Moreover, it's possible to check whether the fingerprint of the 60 # Moreover, it's possible to check whether the fingerprint of the
61 # ssl certificate matches ssl_fingerprint. 61 # ssl certificate matches ssl_fingerprint.
62 # You can get the fingerprint of your server either with gnutls or openssl: 62 # You can get the fingerprint of your server either with gnutls or openssl:
63 # 1. gnutls-cli -p 5223 $your_server 63 # 1. gnutls-cli -p 5223 $your_server
64 # 2. openssl s_client -connect $your_server:5223 | \ 64 # 2. openssl s_client -starttls xmpp -connect $yourserver:5222 | \
65 # openssl x509 -fingerprint -md5 -noout 65 # openssl x509 -fingerprint -sha256 -noout
66 #set ssl_fingerprint = 97:5C:00:3F:1D:77:45:25:E2:C5:70:EC:83:C8:87:EE 66 #set ssl_fingerprint = SHA256:647d2eef7f972001d4fe8b6bedb3007d095dcd982ebb6773c6fb74adb8cc27c0
67 # Set ssl_ignore_checks to 1 to disable all certificate checks except the 67 # Set ssl_ignore_checks to 1 to disable all certificate checks except the
68 # fingerprint check. 68 # fingerprint check.
69 #set ssl_ignore_checks = 0 69 #set ssl_ignore_checks = 0
70 70
71 # PGP support 71 # PGP support