summaryrefslogtreecommitdiff
path: root/vchat-howto
diff options
context:
space:
mode:
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