From 3383be2f89495fa770f97efec7a955cc4a53df54 Mon Sep 17 00:00:00 2001 From: ThetaEdra <106864636+ThetaEdra@users.noreply.github.com> Date: Sun, 12 Jun 2022 13:48:02 +0200 Subject: [PATCH] Certbot Hint --- TLS configuration.md => TLS-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename TLS configuration.md => TLS-configuration.md (92%) diff --git a/TLS configuration.md b/TLS-configuration.md similarity index 92% rename from TLS configuration.md rename to TLS-configuration.md index ac3e37b..07215cc 100644 --- a/TLS configuration.md +++ b/TLS-configuration.md @@ -2,7 +2,7 @@ TLS configuration is required for server installation, it's not relevant for pur First thing to do is to get a TLS certificate. You have two options: -* Recommended - get TLS certificate signed by root certificate authority. For personal usage, the best choice is [Let's encrypt](https://letsencrypt.org). It's free, automated and easy. +* Recommended - get TLS certificate signed by root certificate authority. For personal usage, the best choice is [Let's encrypt](https://letsencrypt.org). It's free, automated and easy. You can take a look at Certbot for automatic TLS setup. * generate your own self-signed certificate. You will have extra trouble with importing the certificate into all machines from which you connect to the server installation so this is not recommended. ## Modifying config.ini