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