aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources
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>2020-01-31 14:01:37 +0100
commitc10f8298d4906e1363d167d2b51a7f1ac09a3632 (patch)
tree275ce0a37d9f301083166448667122556be1f4ba /config-model/src/main/resources
parentf09d2cb48b744e02eba46e0074e9096f44e827c1 (diff)
Allow config of ssl cipher suites and protocol version
Diffstat (limited to 'config-model/src/main/resources')
-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 6e4346d96ee..726fa849c00 100644
--- a/config-model/src/main/resources/schema/containercluster.rnc
+++ b/config-model/src/main/resources/schema/containercluster.rnc
@@ -96,7 +96,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 {