Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to append certificate #103

Open
jsvaldez829 opened this issue Aug 23, 2021 · 1 comment
Open

Unable to append certificate #103

jsvaldez829 opened this issue Aug 23, 2021 · 1 comment

Comments

@jsvaldez829
Copy link

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

@stuartf
Copy link
Contributor

stuartf commented Nov 1, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants