Changeset 52d377d


Ignore:
Timestamp:
2008-01-12T20:12:50Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
b2fa16b
Parents:
55664fc
Message:

update documentation about how to generate ssl certs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    r55664fc r52d377d  
    105105`pygobject`.)
    106106
    107 - Edit `/usr/local/etc/skyped.conf`: adjust `username` and `password`. The
     107- Edit `/usr/local/etc/skyped/skyped.conf`: adjust `username` and `password`. The
    108108  `username` should be your Skype login and the `password` can be whatever you
    109109  want, but you will have to specify that one when adding the Skype account to
    110110  BitlBee (see later).
     111
     112NOTE: Here, and later - `/usr/local/etc` can be different on your installation
     113if you used the `--sysconfdir` switch when running bitlbee-skype's `configure`.
     114
     115- Generate the SSL pem files:
     116
     117----
     118cd /usr/local/etc/skyped
     119openssl req -new -x509 -days 365 -nodes -config skyped.cnf -out skyped.cert.pem \
     120        -keyout skyped.key.pem
     121----
    111122
    112123- Start Skype and `skyped` (the tcp server):
Note: See TracChangeset for help on using the changeset viewer.