Closed calohmn closed 11 months ago
GraalVM 21 copies the JDK's cacerts
into the executable at build time. Thus, if the root CAs expire or get revoked etc, it will still be necessary to specify the trusted certs store on the command line. Anyway, for the JRE based version, this will most likely work as expected and for the native executable the --ca-file
parameter can still be used.
@calohmn Maybe you could add some corresponding wording to the documentation?
@sophokles73 I've added a corresponding note in the "Getting Started" guide.
Follow-up of #3570: The CLI
--ca-file
parameter shouldn't be required when connecting to the sandbox.