diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-12 21:12:50 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-12 21:12:50 +0100 |
commit | 52d377d66b103eabecc5ddeab826b51c869b1c43 (patch) | |
tree | 5a12e1221a2d5fc036a37328f2120a4a7df0b340 | |
parent | 55664fc0503182dc27913df8ac2232eb8d979ca4 (diff) |
update documentation about how to generate ssl certs
-rw-r--r-- | skype/README | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/skype/README b/skype/README index 54e6f5e3..7faeb3d1 100644 --- a/skype/README +++ b/skype/README @@ -104,11 +104,22 @@ problems]), but I wanted to prevent a large code duplication from that project. In addition it then no longer requires the `dbus-python` package, just `pygobject`.) -- Edit `/usr/local/etc/skyped.conf`: adjust `username` and `password`. The +- Edit `/usr/local/etc/skyped/skyped.conf`: adjust `username` and `password`. The `username` should be your Skype login and the `password` can be whatever you want, but you will have to specify that one when adding the Skype account to BitlBee (see later). +NOTE: Here, and later - `/usr/local/etc` can be different on your installation +if you used the `--sysconfdir` switch when running bitlbee-skype's `configure`. + +- Generate the SSL pem files: + +---- +cd /usr/local/etc/skyped +openssl req -new -x509 -days 365 -nodes -config skyped.cnf -out skyped.cert.pem \ + -keyout skyped.key.pem +---- + - Start Skype and `skyped` (the tcp server): ---- |