summaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/resources/configdefinitions/vespa.hosted.controller.tls.config.tls.def
blob: ddaa1e635db473482376dc6f2476ae65d2335e53 (plain) (blame)
1
2
3
4
5
6
7
8
9
# Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=vespa.hosted.controller.tls.config

# Path to the CA trust store
caTrustStore       string

# Secret store key names for certificate and private key
certificateSecret  string default=vespa_hosted.tls.cert
privateKeySecret   string default=vespa_hosted.tls.key