.NET Core: Docker and self-signed certificates
To leverage self-signed certificates in Docker you need to pass them somehow. There are multiple ways to do this: via COPY command during image build (considered »
To leverage self-signed certificates in Docker you need to pass them somehow. There are multiple ways to do this: via COPY command during image build (considered »
.NET CLI has a command dev-certs to deal with self-signed development certificates. If the project is launched via Visual Studio F5 the certificate is going to »
I came to conclusion that dealing with certificates might be a challenge, especially when You are forced to do that occasionally and just want to get »