- Timestamp:
- 2010-12-11T15:16:47Z (14 years ago)
- Branches:
- master
- Children:
- 71c4bb6
- Parents:
- 0b77a9b
- Location:
- skype
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/README
r0b77a9b r77aa416 169 169 dir. For example make it readable by just your user. 170 170 171 TIP: In case you have difficulties generating `skyped.cert.pem` /172 `skyped.key.pem` and you just want to experiment, you can copy&paste the173 contents of those files from174 http://code.google.com/p/gdata-python-client/source/browse/src/gdata/oauth/rsa.py#87[here].175 176 171 - Start `skyped` (the tcp server): 177 172 -
skype/t/livetest-bitlbee.sh
r0b77a9b r77aa416 24 24 cd etc 25 25 cp ../../skyped.cnf . 26 if [ ! -e ~/.skyped/skyped.cert.pem -o ! -e ~/.skyped/skyped.key.pem ]; then 27 yes ""|openssl req -new -x509 -days 365 -nodes -config skyped.cnf -out skyped.cert.pem -keyout skyped.key.pem 2> openssl.log 28 else 29 cp ~/.skyped/skyped.cert.pem . 30 cp ~/.skyped/skyped.key.pem . 31 fi 26 cp ~/.skyped/skyped.cert.pem . 27 cp ~/.skyped/skyped.key.pem . 32 28 cd .. 33 29 echo "[skyped]" > skyped.conf
Note: See TracChangeset
for help on using the changeset viewer.