Update certificates README

This commit is contained in:
Miguel Veloso 2020-09-29 19:20:59 +01:00
parent d0f6a04b3f
commit f6cfffb85f

View File

@ -1,4 +1,4 @@
# Dev certificates for Docker # Setup dev certificates deploying to Docker Desktop
1. Create a self-signed certificate 1. Create a self-signed certificate
2. Install certificates 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` 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` 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**.