Install certificates on WSL2
Jan 8, 2023 · 1 min read · You might come across a situation where you want to add some certificates in your WSL instance to fix any SSL issues. You need to first copy your certificates to the location /usr/local/share/ca-certificates and then run the command sudo update-ca-ce...
Join discussion