blob: 8bdc05eeed66b6d19c0c2c2156ee0bf4d7f663c5 (
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
securityMode = None
securityPolicy = None
authMode = anonymous
trustStore = certs/trust/server_register_client
|