-
Notifications
You must be signed in to change notification settings - Fork 5
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
Corrupted cacerts created #3
Comments
Can you please provide an example? I just tried with this Dockerfile: FROM tools-docker-local.artifactory.swisscom.com/swisscom/update-java-ca-certificates:0.0.1 AS ujcc
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y ca-certificates openjdk-11-jre-headless
COPY --from=ujcc /update-java-ca-certificates /update-java-ca-certificates
RUN ls -la /etc/ssl/certs
RUN /update-java-ca-certificates -c /etc/ssl/certs/ca-certificates.crt /tmp/output.jks
RUN keytool -list -keystore /tmp/output.jks and the output is (at the last step):
And:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran the update script on the ubuntu ca-certificates.crt and got an error when trying to parse the final cacerts it created:-
The text was updated successfully, but these errors were encountered: