Add SSL Certificate to Windows Docker Container Add SSL Certificate to Windows Docker Container docker docker

Add SSL Certificate to Windows Docker Container


The problem does not appear when importing to the LocalMachine folder:

Import-Certificate -FilePath C:\myCertificateToAdd.cert -CertStoreLocation Cert:\LocalMachine\Root\

Like this, the certificate is importet to every "CurrentUser" on the machine. If this is ok, as for the typical DockerContainer, the problem is solved.