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
Im running windows 10 with docker, first of all when i try to populate with fake data as said in the instructions it says that the file blockcerts-admin-app_web_1 couldnt be found.
i try to open https://admin.127.0.0.1.xip.io and it still not showing anything. And when i go to docker and open the history of blockcerts-admin-app-master_reverse-proxy_1 i can see an error:
level=error msg="Unable to append certificate /data/traefik/127.0.0.1.xip.io.crt to store: unable to generate TLS certificate : tls: failed to find any PEM data in certificate input" tlsStoreName=default
The text was updated successfully, but these errors were encountered:
That sounds like the paths to the certificates that you made with mkcert aren't correct, I imagine you'll need to adjust them for Windows. They should be in a directory named certs in your user directory (the instructions in the readme use ~ which is an alias to the user's home dir on posix systems like Linux and Mac).
Also, you'll want to replace all the places in the code that use xip.io with nip.io as the former no longer exists.
Im running windows 10 with docker, first of all when i try to populate with fake data as said in the instructions it says that the file blockcerts-admin-app_web_1 couldnt be found.
i try to open https://admin.127.0.0.1.xip.io and it still not showing anything. And when i go to docker and open the history of blockcerts-admin-app-master_reverse-proxy_1 i can see an error:
level=error msg="Unable to append certificate /data/traefik/127.0.0.1.xip.io.crt to store: unable to generate TLS certificate : tls: failed to find any PEM data in certificate input" tlsStoreName=default
The text was updated successfully, but these errors were encountered: