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

Certificate/Docker Trust #39

Open
ThomasThelen opened this issue Oct 28, 2024 · 0 comments
Open

Certificate/Docker Trust #39

ThomasThelen opened this issue Oct 28, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ThomasThelen
Copy link
Member

We have to add the local ssl certificates (cert.pem) to GraphDB's image and run the following. This fixes an issue where federated queries are erroring out due to ssl trust issues.

RUN \
    cd $JAVA_HOME/lib/security \
    && keytool -keystore cacerts -storepass changeit -noprompt -trustcacerts -importcert -alias ldapcert -file cert.pem
@ThomasThelen ThomasThelen self-assigned this Oct 28, 2024
@ThomasThelen ThomasThelen added the bug Something isn't working label Oct 28, 2024
@ThomasThelen ThomasThelen added this to the 0.3 milestone Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant