aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-11-28 17:18:57 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2017-11-28 17:18:57 +0100
commit68bb6ea25a1794bb08b454d9e6a22320971b55a5 (patch)
tree5f87e10a40ae1148855d8c2dde40d77b63a17abb /config-model/src/main/resources/schema/containercluster.rnc
parent6364de1e56f476f0f9dda76cdd9bd738febc88e6 (diff)
Add syntax for overriding SslTrustStoreConfigurator in services.xml
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 6a90bef7bb2..95ac198adc4 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -62,6 +62,7 @@ HttpServer = element server {
attribute port { xsd:nonNegativeInteger } &
ComponentId &
element ssl-keystore-configurator { BundleSpec }? & # FOR INTERNAL USE ONLY - SUBJECT TO CHANGE
+ element ssl-truststore-configurator { BundleSpec }? & # FOR INTERNAL USE ONLY - SUBJECT TO CHANGE
GenericConfig*
}