blob: 8c54f049dedad1ea9bae034b868a44af563d1bbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Client — test: cert_bootstrap
# Uses a restricted trust store with only the LDS certificate.
# The ServerRegister certificate is NOT initially trusted.
applicationUri = urn:localhost:bobink:Client
certificate = tests/cert_bootstrap/certs/Client/cert.der
privateKey = tests/cert_bootstrap/certs/Client/key.der
trustStore = tests/cert_bootstrap/certs/trust_client
securityMode = SignAndEncrypt
securityPolicy = Aes256_Sha256_RsaPss
authMode = anonymous
|