From e3e6c4174af8e328abc21914cc8530f5eb3847a1 Mon Sep 17 00:00:00 2001 From: zadam Date: Thu, 28 Feb 2019 12:58:18 +0100 Subject: [PATCH] Updated TLS configuration (markdown) --- TLS configuration.md => TLS-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename TLS configuration.md => TLS-configuration.md (95%) diff --git a/TLS configuration.md b/TLS-configuration.md similarity index 95% rename from TLS configuration.md rename to TLS-configuration.md index c07e7df..ac07f0a 100644 --- a/TLS configuration.md +++ b/TLS-configuration.md @@ -16,7 +16,7 @@ port=8080 https=true # path to certificate (run "bash bin/generate-cert.sh" to generate self-signed certificate). Relevant only if https=true certPath=/[username]/.acme.sh/[hostname]/fullchain.cer -keyPath=/[username]/.acme.sh/[hostname]/0o.cz.key +keyPath=/[username]/.acme.sh/[hostname]/example.com.key ``` Above is only example of how this is setup on my environment when I generated the certificate using Let's encrypt acme utility. Your paths may be completely different.