blob: cc81a64733095a7903d45033764cd8bf14746a92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ServerRegister client config — test: nosec_anon
# Connects to an unsecured LDS, so no trust store for the LDS cert is needed.
applicationUri = urn:localhost:bobink:ServerRegister
certificate = certs/ServerRegisterClient_cert.der
privateKey = certs/ServerRegisterClient_key.der
trustStore = certs/trust/server_register_client
securityMode = None
securityPolicy = None
authMode = anonymous
|