blob: d93000e0d3a2ba434118915bd3a8b6f21c90a39d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Client — test: unsecure_anonymous
# Has certs for encryption support (needed to negotiate with the secured
# LDS) but no securityMode/securityPolicy — lets the client auto-select
# the best available endpoint on each server.
applicationUri = urn:localhost:bobink:Client
# certificate = certs/Client_cert.der
# privateKey = certs/Client_key.der
# trustStore = certs/trust/client
#
securityMode = None
securityPolicy = None
authMode = anonymous
|