- Timestamp:
- 2008-01-12T20:12:50Z (17 years ago)
- Branches:
- master
- Children:
- b2fa16b
- Parents:
- 55664fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
r55664fc r52d377d 105 105 `pygobject`.) 106 106 107 - Edit `/usr/local/etc/skyped .conf`: adjust `username` and `password`. The107 - Edit `/usr/local/etc/skyped/skyped.conf`: adjust `username` and `password`. The 108 108 `username` should be your Skype login and the `password` can be whatever you 109 109 want, but you will have to specify that one when adding the Skype account to 110 110 BitlBee (see later). 111 112 NOTE: Here, and later - `/usr/local/etc` can be different on your installation 113 if you used the `--sysconfdir` switch when running bitlbee-skype's `configure`. 114 115 - Generate the SSL pem files: 116 117 ---- 118 cd /usr/local/etc/skyped 119 openssl req -new -x509 -days 365 -nodes -config skyped.cnf -out skyped.cert.pem \ 120 -keyout skyped.key.pem 121 ---- 111 122 112 123 - Start Skype and `skyped` (the tcp server):
Note: See TracChangeset
for help on using the changeset viewer.