aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--skype/skyped.conf.dist.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/skype/skyped.conf.dist.in b/skype/skyped.conf.dist.in
index 2c23cf70..21e07796 100644
--- a/skype/skyped.conf.dist.in
+++ b/skype/skyped.conf.dist.in
@@ -1,7 +1,10 @@
[skyped]
+# change to your skype username
username = john
# use `echo -n foo|sha1sum` to generate this hash for your password
password = 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33
-cert = @sysconfdir@/skyped/skyped.cert.pem
-key = @sysconfdir@/skyped/skyped.key.pem
+
+# 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