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

Address comments on the "rootless CA certs" patch #572

Merged
merged 1 commit into from
Jul 24, 2024

Commits on Jul 24, 2024

  1. Address comments on the "rootless CA certs" patch

    Address the following problems with adoptium#538:
    
    1. Correct the shell selection for entrypoint, Ubuntu flavours still need explicit `bash` for variables with dots in
    their names
    2. Change unhelpful exported variable name (changed from `CACERT` to `JRE_CACERTS_PATH`)
    3. Change `which` to more-POSIX-compatible `command -v`
    4. More cleanup
    5. Explicitely use `TMPDIR` when available instead of hard-coded `/tmp`
    6. Support multi-certificate files (again)
    7. Make output less verbose
    rassie committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7c088a6 View commit details
    Browse the repository at this point in the history