Changeset 77aa416


Ignore:
Timestamp:
2010-12-11T15:16:47Z (13 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
71c4bb6
Parents:
0b77a9b
Message:

Cleanup, now we handle certs generated by openssl-1.0

Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    r0b77a9b r77aa416  
    169169dir. For example make it readable by just your user.
    170170
    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 the
    173 contents of those files from
    174 http://code.google.com/p/gdata-python-client/source/browse/src/gdata/oauth/rsa.py#87[here].
    175 
    176171- Start `skyped` (the tcp server):
    177172
  • skype/t/livetest-bitlbee.sh

    r0b77a9b r77aa416  
    2424cd etc
    2525cp ../../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
     26cp ~/.skyped/skyped.cert.pem .
     27cp ~/.skyped/skyped.key.pem .
    3228cd ..
    3329echo "[skyped]" > skyped.conf
Note: See TracChangeset for help on using the changeset viewer.