Changeset bb9a15f


Ignore:
Timestamp:
2010-08-18T12:47:04Z (14 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
c9d6390
Parents:
2ef7d37
Message:

add tip on how to avoid generating ssl certs

can be useful for openssl-1.0 users where i don't know what cmdline to
suggest atm

Location:
skype
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r2ef7d37 rbb9a15f  
    8080
    8181HEADER.html: README Makefile
    82         asciidoc -a toc -a numbered -a sectids -o HEADER.html README
     82        asciidoc -a toc -a numbered -a sectids -o HEADER.html -a icons -a data-uri --attribute iconsdir=./images/icons README
    8383        sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html
    8484        sed -i 's|@BITLBEE_VERSION@|$(BITLBEE_VERSION)|g' HEADER.html
  • skype/README

    r2ef7d37 rbb9a15f  
    186186dir. For example make it readable by just your user.
    187187
     188TIP: In case you have difficulties generating skyped.cert.pem and
     189skyped.key.pem you just want to experiment, you can copy&paste the contents of
     190those files from
     191http://code.google.com/p/gdata-python-client/source/browse/src/gdata/oauth/rsa.py#87[here].
     192
    188193- If both pyopenssl and python-gnutls are available, then python-gnutls
    189194  will be used. This behaviour can be overwritten by:
Note: See TracChangeset for help on using the changeset viewer.