blob: 7542bdffa134f42f0ed60398c670404d12fc8822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ServerRegister client config — test: secure_cert
# Registers with the LDS (anonymous — LDS does not require cert auth).
applicationUri = urn:localhost:bobink:ServerRegister
certificate = certs/ServerRegisterClient_cert.der
privateKey = certs/ServerRegisterClient_key.der
trustStore = certs/trust/server_register_client
securityMode = SignAndEncrypt
securityPolicy = Basic256Sha256
authMode = anonymous
|