blob: c863534f041c24ed58729b071cf9193c51c4041f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ServerLDS — test: secure_cert
# Secured LDS with discovery-only None endpoint.
port = 14840
applicationUri = urn:localhost:bobink:ServerLDS
certificate = tests/secure_cert/certs/ServerLDS/cert.der
privateKey = tests/secure_cert/certs/ServerLDS/key.der
trustStore = tests/secure_cert/certs/trust
authMode = anonymous
cleanupTimeout = 60
|