aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test
diff options
context:
space:
mode:
authorMorten Tokle <mortent@oath.com>2018-09-06 12:30:09 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2018-09-12 10:49:39 +0200
commit22c089f4d9ca621ea1c93dfc63c3995f4200224a (patch)
tree1a9166b2b0f187bc7651eed8ef0bb070e751c209 /config-model/src/test
parentd6a8223e91b50e181ba09cab0cf1030fddc87d66 (diff)
Add ssl and ssl-provider elements
Diffstat (limited to 'config-model/src/test')
-rw-r--r--config-model/src/test/schema-test-files/services.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config-model/src/test/schema-test-files/services.xml b/config-model/src/test/schema-test-files/services.xml
index e740e7d86b0..b34fa71cf11 100644
--- a/config-model/src/test/schema-test-files/services.xml
+++ b/config-model/src/test/schema-test-files/services.xml
@@ -121,6 +121,17 @@
<maxChunkSize>9999</maxChunkSize>
</config>
</server>
+ <server port="4082" id="defaultSsl">
+ <ssl>
+ <private-key-file>/foo/key</private-key-file>
+ <certificate-file>/foo/cert</certificate-file>
+ <ca-certificates-file>/foo/cacerts</ca-certificates-file>
+ <client-authentication>want</client-authentication>
+ </ssl>
+ </server>
+ <server port="4083" id="sslProvider">
+ <ssl-provider id="ssl-provider" class="com.yahoo.MySslProvider" bundle="mybundle"/>
+ </server>
</http>
<accesslog type='json'