From f6cfffb85ffea0e25d383ca4bbe14f66aae8006c Mon Sep 17 00:00:00 2001 From: Miguel Veloso Date: Tue, 29 Sep 2020 19:20:59 +0100 Subject: [PATCH] Update certificates README --- deploy/certificates/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deploy/certificates/README.md b/deploy/certificates/README.md index 44416bb0c..1ad9111a6 100644 --- a/deploy/certificates/README.md +++ b/deploy/certificates/README.md @@ -1,4 +1,4 @@ -# Dev certificates for Docker +# Setup dev certificates deploying to Docker Desktop 1. Create a self-signed certificate 2. Install certificates @@ -32,3 +32,9 @@ The above script: 1. Copy the `src\docker-compose.certificates.sample.yaml` file as `src\docker-compose.certificates.yaml` 2. Configure the password you assigned to the certificates in the settings `ASPNETCORE_Kestrel__Certificates__Default__Password` + +> **IMPORTANT** +> +> The `src\docker-compose.certificates.yaml` file is .gitignore'd to avoid pushing it to the repo with the certificate password. +> +> To avoid security risks, **DON'T FORCE PUSH the file**.