aboutsummaryrefslogtreecommitdiffstats
path: root/config/server_lds.conf
blob: 54e0457f4c50fb1da129ccba4a7d10e31bdf1ca3 (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
# ServerLDS configuration
#
# Keys:
#   port              Server port number
#   applicationUri    OPC UA application URI
#   certificate       Path to server certificate (.der)
#   privateKey        Path to server private key (.der)
#   trustStore        Directory containing trusted certificates (.der)
#   authMode          "anonymous" or "user"
#   username          Username (required when authMode = user)
#   password          Password (required when authMode = user)
#   cleanupTimeout    Seconds before stale registrations are removed (must be > 10)

port = 4840
applicationUri = urn:localhost:bobink:ServerLDS

certificate = certs/ServerLDS_cert.der
privateKey = certs/ServerLDS_key.der
trustStore = certs/trust/server_lds

authMode = user
username = user
password = password

cleanupTimeout = 60