summaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/containercluster.rnc
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2019-12-04 16:49:30 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2019-12-04 16:49:30 +0100
commitf0f0284cec48251c80303165ce93d4808d525fce (patch)
tree9139d2798689773f1ca6c22313a1afcfb75c2272 /config-model/src/main/resources/schema/containercluster.rnc
parentf994bcc1ad620009c3853d125dd32c301f6d046a (diff)
Allow config of ssl cipher suites and protocol version
Diffstat (limited to 'config-model/src/main/resources/schema/containercluster.rnc')
-rw-r--r--config-model/src/main/resources/schema/containercluster.rnc4
1 files changed, 3 insertions, 1 deletions
diff --git a/config-model/src/main/resources/schema/containercluster.rnc b/config-model/src/main/resources/schema/containercluster.rnc
index 142abb5c63b..a8228a233b3 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -95,7 +95,9 @@ Ssl = element ssl {
element private-key-file { string } &
element certificate-file { string } &
element ca-certificates-file { string }? &
- element client-authentication { string "disabled" | string "want" | string "need" }?
+ element client-authentication { string "disabled" | string "want" | string "need" }? &
+ element cipher-suites { string }? &
+ element protocols { string }?
}
SslProvider = element ssl-provider {