parent
86e683bdb9
commit
8ed7c0544f
5 changed files with 5 additions and 4 deletions
|
@ -68,6 +68,7 @@ final class HttpPropertyMappers {
|
|||
.to("quarkus.http.ssl.protocols")
|
||||
.description("The list of protocols to explicitly enable.")
|
||||
.paramLabel("protocols")
|
||||
.defaultValue("TLSv1.3")
|
||||
.build(),
|
||||
builder().from("https.certificate.file")
|
||||
.to("quarkus.http.ssl.certificate.file")
|
||||
|
|
|
@ -148,7 +148,7 @@ HTTP/TLS:
|
|||
detected based on the file name.
|
||||
--https-port <port> The used HTTPS port. Default: 8443.
|
||||
--https-protocols <protocols>
|
||||
The list of protocols to explicitly enable.
|
||||
The list of protocols to explicitly enable. Default: TLSv1.3.
|
||||
--https-trust-store-file <file>
|
||||
The trust store which holds the certificate information of the certificates to
|
||||
trust.
|
||||
|
|
|
@ -80,7 +80,7 @@ HTTP/TLS:
|
|||
detected based on the file name.
|
||||
--https-port <port> The used HTTPS port. Default: 8443.
|
||||
--https-protocols <protocols>
|
||||
The list of protocols to explicitly enable.
|
||||
The list of protocols to explicitly enable. Default: TLSv1.3.
|
||||
--https-trust-store-file <file>
|
||||
The trust store which holds the certificate information of the certificates to
|
||||
trust.
|
||||
|
|
|
@ -137,7 +137,7 @@ HTTP/TLS:
|
|||
detected based on the file name.
|
||||
--https-port <port> The used HTTPS port. Default: 8443.
|
||||
--https-protocols <protocols>
|
||||
The list of protocols to explicitly enable.
|
||||
The list of protocols to explicitly enable. Default: TLSv1.3.
|
||||
--https-trust-store-file <file>
|
||||
The trust store which holds the certificate information of the certificates to
|
||||
trust.
|
||||
|
|
|
@ -83,7 +83,7 @@ HTTP/TLS:
|
|||
detected based on the file name.
|
||||
--https-port <port> The used HTTPS port. Default: 8443.
|
||||
--https-protocols <protocols>
|
||||
The list of protocols to explicitly enable.
|
||||
The list of protocols to explicitly enable. Default: TLSv1.3.
|
||||
--https-trust-store-file <file>
|
||||
The trust store which holds the certificate information of the certificates to
|
||||
trust.
|
||||
|
|
Loading…
Reference in a new issue