aboutsummaryrefslogtreecommitdiffstats
path: root/config/server_register.conf
blob: ddacbace8fdea570aabbfe4ad301af67c5067d8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ServerRegister — server configuration
#
# Keys:
#   port              Server port number
#   applicationUri    OPC UA application URI
#   certificate       Path to server certificate (.der)
#   privateKey        Path to server private key (.der)
#   registerInterval  Seconds between re-registrations with the LDS
#   authMode          "anonymous" or "user"
#   username          Username (required when authMode = user)
#   password          Password (required when authMode = user)
#   trustStore        Directory containing trusted certificates (.der)

port = 4841
applicationUri = urn:bobink.ServerRegister
certificate = certs/ServerRegister_cert.der
privateKey = certs/ServerRegister_key.der

registerInterval = 10

authMode = user
username = user
password = password

trustStore = certs/trust/server_register