I have installed docker on windows server 2016.
.Net web application running on the docker on http port without any issues.
I need to assign self signed certificate to this website.
I have created self signed certificate and placed inside C:\ProgramData\Docker\certs.d\testwebsite8081\ folder, but it is not working.
Application running only on http port and not on https.
Is any other configuration/registration required to make https work? Please provide details.