mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
d98069716c
commit
2bc056d1cb
@ -416,7 +416,9 @@
|
|||||||
htpasswd -c /home/httpd/etc/passwd <username>
|
htpasswd -c /home/httpd/etc/passwd <username>
|
||||||
<br>
|
<br>
|
||||||
See also <a href="http://fhemwiki.de/wiki/Apache_Authentication_Proxy">
|
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>
|
<br><br>
|
||||||
|
|
||||||
To enable HTTPS, please check the web. In essence:<br>
|
To enable HTTPS, please check the web. In essence:<br>
|
||||||
|
@ -370,15 +370,15 @@
|
|||||||
ProxyPassReverse /fhem http://localhost:8083/fhem</pre>
|
ProxyPassReverse /fhem http://localhost:8083/fhem</pre>
|
||||||
|
|
||||||
Dann starten Sie den Apache-Server erneut mit dem Kommando apachectl
|
Dann starten Sie den Apache-Server erneut mit dem Kommando apachectl
|
||||||
graceful.
|
graceful. Um die Passwortdatei zu erzeugen geben Sie bitte folgende
|
||||||
<p>
|
Befehlszeile ein:
|
||||||
Um die Passwortdatei zu erzeugen geben Sie bitte folgende Befehlszeile ein:</p>
|
<ul><code>
|
||||||
<p>htpasswd -c /home/httpd/etc/passwd <username>
|
htpasswd -c /home/httpd/etc/passwd <username>
|
||||||
<br>
|
</code></ul>
|
||||||
</p>
|
Eine ausführlichere Dokumentation findet man <a
|
||||||
<p>
|
href="http://fhemwiki.de/wiki/Apache_Authentication_Proxy">hier</a>, eine
|
||||||
Bitte schauen Sie unter <a href="http://fhemwiki.de/wiki/Apache_Authentication_Proxy">fhemwiki.de</a> för eine dataillierte Beschreibung
|
noch bessere, mit client/server Zertifikaten <a
|
||||||
nach.
|
href="https://gist.github.com/gbirke/8608543">hier</a>.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
Um das Protokoll HTTPS zu verwenden editieren Sie die http.conf folgendermaßen:<p>
|
Um das Protokoll HTTPS zu verwenden editieren Sie die http.conf folgendermaßen:<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user