From 05cc8f6d978a8e2f4749167ea2ca6df2302f3dc0 Mon Sep 17 00:00:00 2001 From: ppawlowski Date: Mon, 4 Nov 2024 14:52:22 +0100 Subject: [PATCH] Add note about self-signed certificate warning --- docs/install/docker/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install/docker/README.md b/docs/install/docker/README.md index 216d0411b4..7cc5ed88d2 100644 --- a/docs/install/docker/README.md +++ b/docs/install/docker/README.md @@ -149,6 +149,9 @@ TLS_ENABLED=true Proceed to the [next paragraph](#start-flowfuse-platform) to start the platform with automatically generated TLS certificate. +> When using automatic TLS certificate generation, the platform will take a few minutes to generate them on the first platform startup. +> For a short period of time browsers may report untrusted certificate warning. This is expected behavior and should resolve itself once the certificate is generated. + #### Custom TLS Certificate If you have own TLS certificate, you can use it in FlowFuse platform installation as well. As mentioned before, the certificate must be a wildcard one for the domain you are using.