blob: 21e07796b939b5783cefe4b3f4907a27f0512295 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[skyped]
# change to your skype username
username = john
# use `echo -n foo|sha1sum` to generate this hash for your password
password = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33
# you have to change the following paths to your home directory:
cert = /home/YOUR_USER/.skyped/skyped.cert.pem
key = /home/YOUR_USER/.skyped/skyped.key.pem
port = 2727
|