Replies: 1 comment
-
I think you need to extract the certificate from your WSL to allow it on your Windows machine |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I use WSL 2 and followed the instructions from the docs running this command in Linux:
$ docker cp $(docker compose ps -q caddy):/data/caddy/pki/authorities/local/root.crt /usr/local/share/ca-certificates/root.crt && sudo update-ca-certificates
The root.crt file exists as well as the root.crt, but I still lack https when accessing my localhost. Are there any further steps I should make?
Beta Was this translation helpful? Give feedback.
All reactions