summaryrefslogtreecommitdiff
path: root/vchat-howto
diff options
context:
space:
mode:
authorerdgeist <de@gsmk.de>2014-04-16 20:12:34 +0200
committererdgeist <de@gsmk.de>2014-04-16 20:12:34 +0200
commitb32861fa6ec00c655b7a43ab0d511c7048f1ee43 (patch)
tree50cd33c87b43ff5c9a7a029346386cef2bdff5c6 /vchat-howto
parent71fb4ac25542721f3a2d42ac4eef0d7296968f82 (diff)
parent3297473435ad53b6691d6c772f83457a72134c48 (diff)
Merge from github
Diffstat (limited to 'vchat-howto')
-rwxr-xr-xvchat-howto14
1 files changed, 5 insertions, 9 deletions
diff --git a/vchat-howto b/vchat-howto
index 0ace213..27f8e14 100755
--- a/vchat-howto
+++ b/vchat-howto
@@ -69,11 +69,7 @@ type:
69 69
70$ echo host=vchat.berlin.ccc.de >> ~/.vchat/config 70$ echo host=vchat.berlin.ccc.de >> ~/.vchat/config
71 71
72If you want to ignore SSL-warnings due to missing CA-files, type: 72You don't want to ignore SSL-warnings, get the root-certificates from:
73
74$ echo ignssl=1 >> ~/.vchat/config
75
76If you don't want to ignore SSL-warnings, get the root-certificates from:
77 73
78 http://www.cacert.org/certs/class3.txt 74 http://www.cacert.org/certs/class3.txt
79 and 75 and
@@ -87,10 +83,10 @@ and copy them into your openssl-certs directory. For example:
87 # ln -s root.txt `openssl x509 -in root.txt -hash | head -n 1`.0 83 # ln -s root.txt `openssl x509 -in root.txt -hash | head -n 1`.0
88 # ln -s class3.txt `openssl x509 -in class3.txt -hash | head -n 1`.0 84 # ln -s class3.txt `openssl x509 -in class3.txt -hash | head -n 1`.0
89 85
90Now you can type: 86NOTE: some openssl versions deliberately disable EC for unknown reasons, you
91 87need to manually (re)set the cipher string to a lower security variant there:
92 $ echo ignssl=0 >> ~/.vchat/config 88
93 89$ echo ciphers=DHE-RSA-AES256-SHA >> ~/.vchat/config
94 90
95If you want a seperate private message window, type: 91If you want a seperate private message window, type:
96 92