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")
|
.to("quarkus.http.ssl.protocols")
|
||||||
.description("The list of protocols to explicitly enable.")
|
.description("The list of protocols to explicitly enable.")
|
||||||
.paramLabel("protocols")
|
.paramLabel("protocols")
|
||||||
|
.defaultValue("TLSv1.3")
|
||||||
.build(),
|
.build(),
|
||||||
builder().from("https.certificate.file")
|
builder().from("https.certificate.file")
|
||||||
.to("quarkus.http.ssl.certificate.file")
|
.to("quarkus.http.ssl.certificate.file")
|
||||||
|
|
|
@ -148,7 +148,7 @@ HTTP/TLS:
|
||||||
detected based on the file name.
|
detected based on the file name.
|
||||||
--https-port <port> The used HTTPS port. Default: 8443.
|
--https-port <port> The used HTTPS port. Default: 8443.
|
||||||
--https-protocols <protocols>
|
--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>
|
--https-trust-store-file <file>
|
||||||
The trust store which holds the certificate information of the certificates to
|
The trust store which holds the certificate information of the certificates to
|
||||||
trust.
|
trust.
|
||||||
|
|
|
@ -80,7 +80,7 @@ HTTP/TLS:
|
||||||
detected based on the file name.
|
detected based on the file name.
|
||||||
--https-port <port> The used HTTPS port. Default: 8443.
|
--https-port <port> The used HTTPS port. Default: 8443.
|
||||||
--https-protocols <protocols>
|
--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>
|
--https-trust-store-file <file>
|
||||||
The trust store which holds the certificate information of the certificates to
|
The trust store which holds the certificate information of the certificates to
|
||||||
trust.
|
trust.
|
||||||
|
|
|
@ -137,7 +137,7 @@ HTTP/TLS:
|
||||||
detected based on the file name.
|
detected based on the file name.
|
||||||
--https-port <port> The used HTTPS port. Default: 8443.
|
--https-port <port> The used HTTPS port. Default: 8443.
|
||||||
--https-protocols <protocols>
|
--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>
|
--https-trust-store-file <file>
|
||||||
The trust store which holds the certificate information of the certificates to
|
The trust store which holds the certificate information of the certificates to
|
||||||
trust.
|
trust.
|
||||||
|
|
|
@ -83,7 +83,7 @@ HTTP/TLS:
|
||||||
detected based on the file name.
|
detected based on the file name.
|
||||||
--https-port <port> The used HTTPS port. Default: 8443.
|
--https-port <port> The used HTTPS port. Default: 8443.
|
||||||
--https-protocols <protocols>
|
--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>
|
--https-trust-store-file <file>
|
||||||
The trust store which holds the certificate information of the certificates to
|
The trust store which holds the certificate information of the certificates to
|
||||||
trust.
|
trust.
|
||||||
|
|
Loading…
Reference in a new issue