blob: b065f6607c5c816607f36059d582d233e6de7d4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# ServerRegister server config — test: cert_bootstrap
port = 14841
applicationUri = urn:localhost:bobink:ServerRegister
certificate = tests/cert_bootstrap/certs/ServerRegister/cert.der
privateKey = tests/cert_bootstrap/certs/ServerRegister/key.der
trustStore = tests/cert_bootstrap/certs/trust
authMode = anonymous
registerInterval = 10
|