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