Skip to content

Commit 0e905b5

Browse files
Added a small section on tls in the installation guide
1 parent da3f296 commit 0e905b5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

source/installation-guide/installation-guide.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ Once the path is added run:
100100

101101
More docker related troubleshooting can be found at: https://github.com/OS2iot/OS2IoT-docker#troubleshooting-faq
102102

103+
Security
104+
--------
105+
106+
OS2IoT only supports tls 1.2+. It is however recommended to only use tls 1.3.
107+
108+
103109
Running in Kubernetes
104110
---------------------
105111

@@ -318,4 +324,5 @@ Prerequisites: kubectl installed and accesible from path
318324
319325
4. Update the empty values in OS2IoT-docker/helm/charts/mosquitto-os2iot/values.yaml
320326
321-
5. Update the :code:`MQTT_BROKER_HOSTNAME` with the ip/hostname that you used for step 4 and 6 in the steps above, and :code:`CA_KEY_PASSWORD` with the password that you entered in step 3 in the steps above, in the file "OS2IoT-docker/helm/charts/os2iot-backend/deployment.yaml".
327+
5. Update the :code:`MQTT_BROKER_HOSTNAME` with the ip/hostname that you used for step 4 and 6 in the steps above, and :code:`CA_KEY_PASSWORD` with the password that you entered in step 3 in the steps above, in the file "OS2IoT-docker/helm/charts/os2iot-backend/deployment.yaml".
328+

0 commit comments

Comments
 (0)