Skip to content

Commit

Permalink
Merge pull request #29175 from zakkak/2022-11-10-29146
Browse files Browse the repository at this point in the history
Doc: Fix statement about CA certs embedding
  • Loading branch information
gsmet authored Nov 10, 2022
2 parents c1bf48d + 59a6ea8 commit 8c942c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/native-and-ssl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ The easiest way to do so is by setting `quarkus.native.additional-build-args`. F
quarkus.native.additional-build-args=-J-Djavax.net.ssl.trustStore=/tmp/mycerts,-J-Djavax.net.ssl.trustStorePassword=changeit
----

will ensure that the certificates of `/tmp/mycerts` are baked into the native binary and used *in addition* to the default `cacerts`.
will ensure that the certificates of `/tmp/mycerts` are baked into the native binary and used *instead* of the default `cacerts`.
The file containing the custom TrustStore does *not* (and probably should not) have to be present at runtime as its content has been baked into the native binary.

=== Run time configuration
Expand Down

0 comments on commit 8c942c9

Please sign in to comment.