From 31527e60dd737152a0d629ea3f1231e8d088094f Mon Sep 17 00:00:00 2001
From: rudolfkoenig <>
Date: Fri, 23 Dec 2011 13:21:02 +0000
Subject: [PATCH] certs moved into modpath
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@1142 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
CHANGED | 1 +
docs/commandref.html | 4 ++--
webfrontend/pgm2/01_FHEMWEB.pm | 8 +++++++-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/CHANGED b/CHANGED
index 7ee1a4ada..346a6f0dd 100644
--- a/CHANGED
+++ b/CHANGED
@@ -26,6 +26,7 @@
- change: JsonList output optimized and more structured
- feature: FHEMWEB save button, smallscreen first screen fix
- feature: FHEMWEB encoding is now UTF-8, alias attribute is respected
+ - change: HTTPS certs directory moved from cwd into modpath
- 2011-07-08 (5.1)
diff --git a/docs/commandref.html b/docs/commandref.html
index 95ef253f1..77b5bca04 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -6711,8 +6711,8 @@ href="http://www.elv.de/output/controller.aspx?cid=74&detail=10&detail2=29870">U
apt-get install libio-socket-ssl-perl; the OSX perl already has this
module.
A local certificate has to be generated into a directory called certs,
- this directory must be in the working directory (pwd) of fhem,
- which is not necessarily the modpath directory. To generate it:
+ this directory must be in the modpath
+ directory, at the same level as the FHEM directory.