From 3a75c0af5e6324334886d940e6ee93b6bc085a16 Mon Sep 17 00:00:00 2001 From: David Claeys Date: Tue, 1 Apr 2025 12:40:28 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cdb6b0..5907bd1 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,4 @@ However you never should use the included development certificate if you want to If you want to expose the Kestrel server you should use the **ASPNETCORE_Kestrel__Certificates__Default__Path**, **ASPNETCORE_Kestrel__Certificates__Default__KeyPath** and **ASPNETCORE_Kestrel__Certificates__Default__Password** variables to correclty setup a certificate. 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). -And 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 +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