Add SSL certificate to store in docker
I am trying to create a simple docker image that runs .NET Core APIs. The problem is, my environment is behind a proxy with self-signed certificate i.e. not trusted :( Following is my docker file ## runtime:3.1 does not support…