From e2a8072b69cc6cc8253c3dc042d7725951977a1a Mon Sep 17 00:00:00 2001 From: David Claeys Date: Thu, 3 Apr 2025 16:37:09 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b0e341..a2eb201 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Depending on your use-case you event might consider to use docker networking in ### Included certificate -The included certificate is generated through the _dotnet dev-certs_ command. This is very convenient and suitable way to generated development certificates through the dotnet SDK.
+The included certificate is generated through the _dotnet dev-certs_ command. This is a very convenient and suitable way to generate development certificates through the dotnet SDK.
The password used to generate the certificate is randomly generated through the `openssl rand -base64 12` at build time. The build agent used for the build is hosted on my own infrastructure but I don't have any access to it (neither do I intend to do so).
However if you feel uncomfortable with this fact, feel free to build the image yourself.