Title here
Summary here
You need to install the CA certificate in both Linux and Windows for browsers to trust HTTPS:
sudo roji ca install # Linux trust store
sudo roji ca install --windows # Windows trust store (for Chrome/Edge on Windows)The --windows flag uses certutil.exe to install the certificate in the Windows user certificate store (CurrentUser\ROOT).
If installed to ~/.local/bin, ensure it’s in your PATH:
export PATH="$HOME/.local/bin:$PATH" # Add to ~/.bashrc or ~/.zshrcWSL2 with Docker Desktop works out of the box. Ensure Docker Desktop’s WSL integration is enabled:
The Docker socket is shared between WSL and Docker Desktop automatically.