I am currently deploying .net-core web-api for a docker container on rhel 7.1. Everything works as expected, but from my application I need to call other services via https, and these hosts use certificates signed by self-supporting root certificates.
In this constellation, I get ssl-errors when calling these services (ssl-not valid), and therefore I need to install this root certificate in a docker container or somehow use the root certificate in a .net-core application.
How can I do that? Is there any best practice to deal with this situation? Will .net-core have access to the correct keystore on the rhel system?
ssl ssl-certificate .net-core redhat root-certificate
Madmap
source share