Skip to content

DEV-92 - Add missing option tlsCAFile #281

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

Prev Previous commit
Next Next commit
Trust certificate
  • Loading branch information
w1am committed Feb 6, 2024
commit 620f0cfc5525ba67cd676f87f3f46e6cec843f42
4 changes: 4 additions & 0 deletions gencert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ docker run --rm --volume $PWD/certs:/tmp --user $(id -u):$(id -g) eventstore/es-
docker run --rm --volume $PWD/certs:/tmp --user $(id -u):$(id -g) eventstore/es-gencert-cli:1.0.2 create-node -ca-certificate /tmp/ca/ca.crt -ca-key /tmp/ca/ca.key -out /tmp/node -ip-addresses 127.0.0.1 -dns-names localhost

chmod -R 0755 ./certs

cp certs/ca/ca.crt /usr/local/share/ca-certificates/eventstore_ca.crt

sudo update-ca-certificates