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