From fbea7a420c102eb7ecb3f319d16ae45e3cf51b36 Mon Sep 17 00:00:00 2001 From: Jakub Jedlicka Date: Wed, 6 Mar 2024 17:06:15 +0100 Subject: [PATCH] Update docs as Quarkus no longer defautling keystore type to JKS --- docs/src/main/asciidoc/http-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/http-reference.adoc b/docs/src/main/asciidoc/http-reference.adoc index dbab826dc68cb..ddcb5da59e615 100644 --- a/docs/src/main/asciidoc/http-reference.adoc +++ b/docs/src/main/asciidoc/http-reference.adoc @@ -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] ----