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.