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