blob: e1cff06b85d15a445f55665c86ef68848b6227f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# ServerRegister client config — test: cert_bootstrap
# Registers with the secured LDS over an encrypted channel.
applicationUri = urn:localhost:bobink:ServerRegister
certificate = tests/cert_bootstrap/certs/ServerRegisterClient/cert.der
privateKey = tests/cert_bootstrap/certs/ServerRegisterClient/key.der
trustStore = tests/cert_bootstrap/certs/trust
securityMode = SignAndEncrypt
securityPolicy = Aes256_Sha256_RsaPss
authMode = anonymous
|