From bb9a15f0dae9a5f18b04d278e8df58b733f5e725 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 18 Aug 2010 14:47:04 +0200 Subject: 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 --- skype/Makefile | 2 +- skype/README | 5 +++++ skype/images | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) create mode 120000 skype/images diff --git a/skype/Makefile b/skype/Makefile index 2e7021f4..e1f91b4a 100644 --- a/skype/Makefile +++ b/skype/Makefile @@ -79,7 +79,7 @@ release: doc: HEADER.html Changelog HEADER.html: README Makefile - asciidoc -a toc -a numbered -a sectids -o HEADER.html README + asciidoc -a toc -a numbered -a sectids -o HEADER.html -a icons -a data-uri --attribute iconsdir=./images/icons README sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html sed -i 's|@BITLBEE_VERSION@|$(BITLBEE_VERSION)|g' HEADER.html diff --git a/skype/README b/skype/README index bd1d99cf..f2c437f5 100644 --- a/skype/README +++ b/skype/README @@ -185,6 +185,11 @@ if you used the `--sysconfdir` switch when running bitlbee-skype's `configure`. NOTE: Maybe you want to adjust the permissions in the `~/.skyped` dir. For example make it readable by just your user. +TIP: In case you have difficulties generating skyped.cert.pem and +skyped.key.pem you just want to experiment, you can copy&paste the contents of +those files from +http://code.google.com/p/gdata-python-client/source/browse/src/gdata/oauth/rsa.py#87[here]. + - If both pyopenssl and python-gnutls are available, then python-gnutls will be used. This behaviour can be overwritten by: diff --git a/skype/images b/skype/images new file mode 120000 index 00000000..8c90c6b0 --- /dev/null +++ b/skype/images @@ -0,0 +1 @@ +/etc/asciidoc/images \ No newline at end of file -- cgit v1.2.3