2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

HOWTO: Added link for apache proxy with client/server certificate

git-svn-id: https://svn.fhem.de/fhem/trunk@4733 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-01-25 09:54:29 +00:00
parent d98069716c
commit 2bc056d1cb
2 changed files with 14 additions and 12 deletions

View File

@ -416,7 +416,9 @@
htpasswd -c /home/httpd/etc/passwd <username>
<br>
See also <a href="http://fhemwiki.de/wiki/Apache_Authentication_Proxy">
this</a> fhemwiki entry for a more detailed description.
this</a> fhemwiki entry for a more detailed description, or
<a href="https://gist.github.com/gbirke/8608543">this</a> for the
perfect solution with server and client certificates.
<br><br>
To enable HTTPS, please check the web. In essence:<br>

View File

@ -370,16 +370,16 @@
ProxyPassReverse /fhem http://localhost:8083/fhem</pre>
Dann starten Sie den Apache-Server erneut mit dem Kommando apachectl
graceful.
<p>
Um die Passwortdatei zu erzeugen geben Sie bitte folgende Befehlszeile ein:</p>
<p>htpasswd -c /home/httpd/etc/passwd &lt;username&gt;
<br>
&nbsp;</p>
<p>
Bitte schauen Sie unter <a href="http://fhemwiki.de/wiki/Apache_Authentication_Proxy">fhemwiki.de</a> f&ouml;r eine dataillierte Beschreibung
nach.
<br><br>
graceful. Um die Passwortdatei zu erzeugen geben Sie bitte folgende
Befehlszeile ein:
<ul><code>
htpasswd -c /home/httpd/etc/passwd &lt;username&gt;
</code></ul>
Eine ausf&uuml;hrlichere Dokumentation findet man <a
href="http://fhemwiki.de/wiki/Apache_Authentication_Proxy">hier</a>, eine
noch bessere, mit client/server Zertifikaten <a
href="https://gist.github.com/gbirke/8608543">hier</a>.
<br><br>
Um das Protokoll HTTPS zu verwenden editieren Sie die http.conf folgenderma&szlig;en:<p>
<br>