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

Add cacerts parameter, which can copy existing cacerts into JDK #284

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mdvorak
Copy link

@mdvorak mdvorak commented Jan 21, 2022

Description:
In enterprise environment, custom CA truststore is often used. This parameter allows automatic copy of cacerts file into new Java installation.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

There are no e2e test yet, I can add some if you are interested in merging this.

Note that this modifies actual JDK directory. I was worried about tool cache, but it seems that tool is cached (copied) right after extraction, so copying this file into final directory does not modify tool cache at all. It should be safe.

@IvanZosimov IvanZosimov added feature request New feature or request to improve the current logic needs eyes labels Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request to improve the current logic needs eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants