Skip to content
Snippets Groups Projects
Unverified Commit 9dd6b65c authored by mueller-ma's avatar mueller-ma Committed by GitHub
Browse files

Change link to key auth how-to (#927)

parent 235268f4
No related branches found
No related tags found
No related merge requests found
# HTTPS with client certificate authentication
To protect your openHAB instance in the public Internet network we can use client authenticate with SSL certificate feature.
In order to prepare environment to work with this feature we must to do some below steps:
## Own Certificate Authority
TODO
## Load balancer with client certificate verification
TODO
## Client configuration
TODO
To protect your openHAB instance in the public Internet you can use client authenticate with SSL certificate feature.
Please see [community.openhab.org/t/using-nginx-reverse-proxy-for-client-certificate-authentication-start-discussion](https://community.openhab.org/t/using-nginx-reverse-proxy-for-client-certificate-authentication-start-discussion/43064).
......@@ -28,7 +28,7 @@
<string name="settings_openhab_sslclientcert">SSL client certificate</string>
<string name="settings_openhab_sslclientcert_howto">SSL client certificate how-to</string>
<string name="settings_openhab_sslclientcert_howto_summary">Tap here to get some hints and explanations on how to set up SSL client certificate authentication</string>
<string name="settings_openhab_sslclientcert_howto_url" translatable="false">https://github.com/openhab/openhab-android/blob/master/KeyAuth.md</string>
<string name="settings_openhab_sslclientcert_howto_url" translatable="false">https://community.openhab.org/t/using-nginx-reverse-proxy-for-client-certificate-authentication-start-discussion/43064</string>
<string name="settings_openhab_screentimeroff">Disable display timer</string>
<string name="settings_openhab_screentimeroff_summary">Disable display switch off timer when openHAB is running</string>
<string name="settings_openhab_demomode">Demo mode</string>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment