OpenLiberty / OpenLiberty/ci.docker
UBI system CA certificates not loaded
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 48
- Forks
- 60
- Avg merge
- 3h 2m
- Merged PRs (30d)
- 3
Description
We want to use an on-premise maven repository to install features instead of using the public one. It has a company signed cert so we need to establish trust with it by importing the company CA.
Is there a way to load /etc/pki/ca-trust/extracted/java/cacerts to use in features.sh?
The script seems to call the java binary directly so I expected it to work out of the box on an UBI image.
I think the Red Hat build of OpenJDK does load it by default which is why I originally opened an issue in the Semeru Runtimes Github but I'm not getting any response there.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect features.sh and how it invokes the java binary; compare its trust-store behavior with /etc/pki/ca-trust/extracted/java/cacerts on a UBI image. Confirm the behavior with an on-premise Maven repository using a company-signed certificate, and document or test the result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, linux, shell
- Domain
- devops, security
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100