From 6253a01061f7d40139be4c8555637ca400c18f99 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Sat, 31 May 2025 11:42:22 +0200 Subject: [PATCH] Tweak CA link / text on public homepage --- gui/static/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gui/static/index.html b/gui/static/index.html index ddf9661..0743563 100644 --- a/gui/static/index.html +++ b/gui/static/index.html @@ -57,17 +57,17 @@

LabCA

- LabCA is a private CA (Certificate Authority) for use inside an organization, i.e. for creating HTTPS/SSL certificates - for machines that cannot be reached via the open internet. It is based on Let's Encrypt™ code for ACMEv2 - (Automated Certificate Management Environment) so all modern - LE clients should work.
LabCA should NOT be used on the open internet, please use the official + LabCA is a private CA (Certificate Authority) for use inside an organization, + i.e. for creating HTTPS/SSL certificates for machines that cannot be reached via the open internet. It is based on Let's Encrypt™ + code for ACMEv2 (Automated Certificate Management Environment) so all modern LE clients should work.
LabCA should NOT + be used on the open internet, please use the official Let's Encrypt™ instance for that.

- To trust the certificates provided by LabCA, all your client devices should install the root certificate in their + To trust the certificates provided by LabCA, all your client devices should install + the root certificate (.pem format) in their Trusted Root Certification Authorities store.
- Linux (.pem) format


More information