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:
parent
d98069716c
commit
2bc056d1cb
@ -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>
|
||||
|
@ -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 <username>
|
||||
<br>
|
||||
</p>
|
||||
<p>
|
||||
Bitte schauen Sie unter <a href="http://fhemwiki.de/wiki/Apache_Authentication_Proxy">fhemwiki.de</a> fö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 <username>
|
||||
</code></ul>
|
||||
Eine ausfü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ßen:<p>
|
||||
<br>
|
||||
|
Loading…
Reference in New Issue
Block a user