From 1a34d14bc3de213faba1b9aae0e4bb8d99e2bac5 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 3 Apr 2025 16:25:01 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 451742c..f9eaab3 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ If you want to directly expose the Kestrel webserver use the following environme - **ASPNETCORE_Kestrel__Certificates__Default__KeyPath** (the path to the certificate) - **ASPNETCORE_Kestrel__Certificates__Default__Password** (the password for the key file) -The certificate included by default (generated trhough the _dotnet dev-certs_ command) is not really suited for production environments. +The certificate included by default (generated through the _dotnet dev-certs_ command) is not really suited for production environments. In practice it's much easier to expose the server through a proxy to the public (hence the recommended method). Depending on your use-case you event might consider to use docker networking in order to accomplish proper isolation. \ No newline at end of file