Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/native-and-ssl.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <[email protected]>
  • Loading branch information
geoand and gsmet authored Jun 15, 2020
1 parent fc3e168 commit f725fde
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 @@ -180,7 +180,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 contents 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 *in addition* to the default cacerts.

[IMPORTANT]
====
Expand Down

0 comments on commit f725fde

Please sign in to comment.