From c84b1301f8d039b1204b3065c05d6b1c6c4d0a90 Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Sat, 9 Sep 2023 13:11:03 +0200 Subject: [PATCH] Add a wiki for how to use LE-certs. Refer from httpd to it --- introduction/welcome/changelog.xml | 5 +++++ server/major/apache.xml | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 76c8c6f49e..103f13b4e8 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -42,6 +42,11 @@ September 9th, 2023 + + [thomas] - Add a wiki page for how to use LetsEncrypt + certificates and manage them by certbot or uacme. Fixes + #18451. + [rahul] - Update to mariadb-10.11.5. Fixes #18485. diff --git a/server/major/apache.xml b/server/major/apache.xml index 26093a0f3a..edd55ca8b1 100644 --- a/server/major/apache.xml +++ b/server/major/apache.xml @@ -269,6 +269,15 @@ chown -v -R apache:apache /srv/www Apache HTTP server configuration file. + + There is no reason, at least for for internet facing sites, not + to use SSL encyption. Setting up a secured website does not cost + anything except installing one additional small tool and a few + minutes of configuration work. Use this guideline at + to create + world-wide accepted certificates and renew them on a regular basis. + +