You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this self-signed corporate root CA installed on my Windows machine for all internal company services which is not being automatically propagated to WSL.
As a workaround I had to place the crt file under /usr/local/share/ca-certificates/*.crt and invoke sudo update-ca-certificates (this for a Debian WSL installation). The certificate will then be installed to /etc/ssl/certs/* and will also be available in the /etc/ssl/certs/ca-certificates.crt bundle.
Is it possible to configure WSL to do this automatically?
WSLUser, grhm, melgharbawy, FelixCoutinho, br3nt and 30 more