summaryrefslogtreecommitdiffstats
path: root/jdisc_http_service
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-11-10 15:34:11 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2017-11-10 15:34:14 +0100
commita3984a635ca7e5272fda3fc6455252a450816576 (patch)
treebdf1437a5561971a55ea360c0d21e5fc75c985da /jdisc_http_service
parent9ca93658c4d47dcd38a37edbd4ff86b9cbec6d8c (diff)
Add TODOs
Diffstat (limited to 'jdisc_http_service')
-rw-r--r--jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def5
1 files changed, 4 insertions, 1 deletions
diff --git a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
index 7a13ec2485f..59893753bea 100644
--- a/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
+++ b/jdisc_http_service/src/main/resources/configdefinitions/jdisc.http.connector.def
@@ -45,8 +45,9 @@ ssl.enabled bool default=false
# The name of the key to the password to the key store if in the secret store, if JKS is used.
# Must be empty with PEM
-# By default this is also used to look up the password to the trust store.
+# By default this is also used to look up the password to the trust store.
ssl.keyDbKey string default=""
+# TODO Rename keyDbKey to keyStorePassword after introducing custom services.xml syntax
# Names of protocols to exclude.
ssl.excludeProtocol[].name string
@@ -74,6 +75,8 @@ ssl.trustStoreType enum { JKS } default=JKS
# JKS only - the path to the truststore.
ssl.trustStorePath string default=""
+# TODO Add separate config for truststore password
+
# Whether we should use keyDbKey as password to the trust store (true, default),
# or use no password with the trust store (false)
ssl.useTrustStorePassword bool default=true