Skip to content

Commit

Permalink
Merge pull request #39232 from jedla97/docs-http-reference-keystore-jks
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier authored Mar 6, 2024
2 parents 8348ef1 + fbea7a4 commit 32e3ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/http-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ quarkus.http.ssl.certificate.key-store-file=/path/to/keystore
----

As an optional hint, the type of keystore can be provided as one of the options listed.
If the type is not provided, Quarkus will try to deduce it from the file extensions, defaulting to type JKS.
If the type is not provided, Quarkus will try to deduce it from the file extensions.

[source,properties]
----
Expand Down

0 comments on commit 32e3ebb

Please sign in to comment.