diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2010-08-18 14:47:04 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@frugalware.org> | 2010-08-18 14:47:04 +0200 |
commit | bb9a15f0dae9a5f18b04d278e8df58b733f5e725 (patch) | |
tree | 7f6047e942f53b63f10907836e1d3fda173725b7 | |
parent | 2ef7d3731760492ef0f1d1c42a08772d2bb73880 (diff) |
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
-rw-r--r-- | skype/Makefile | 2 | ||||
-rw-r--r-- | skype/README | 5 | ||||
l--------- | skype/images | 1 |
3 files changed, 7 insertions, 1 deletions
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 |