wsl --install --web-download
wsl --update --web-download
wsl --install -d ubuntu --web-download
--web-download: Download the update from the internet instead of the Microsoft Store.
Convert Lets encrypt PEM to tomcat PKCS12 openssl pkcs12 -export \ - in fullchain.pem \ -inkey privkey.pem \ -out server.p12 \ -...