Skip to content

Commit

Permalink
Merge pull request #43977 from gunnarmorling/patch-17
Browse files Browse the repository at this point in the history
[docs] Wording fix in HTTP reference
  • Loading branch information
gsmet authored Oct 19, 2024
2 parents 756b9d1 + c8f2926 commit 6e8ab9a
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 @@ -145,7 +145,7 @@ quarkus.tls.key-store.pem.0.key=server.key
quarkus.http.insecure-requests=disabled # Reject HTTP requests
----

So you a `p12` (PKCS12) key store, use the following configuration:
To use a `p12` (PKCS12) key store, apply the following configuration:

[source,properties]
----
Expand Down

0 comments on commit 6e8ab9a

Please sign in to comment.