aboutsummaryrefslogtreecommitdiffstats
path: root/config/server_lds.conf
blob: 7382dbe6115f5392f5c2278dccbcbe1539863b30 (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
# 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)
#   cleanupTimeout    Seconds before stale registrations are removed (must be > 10)
#   authMode          "anonymous" or "user"
#   username          Username (required when authMode = user)
#   password          Password (required when authMode = user)
#   trustStore        Directory containing trusted certificates (.der)

port = 4840
applicationUri = urn:bobink.ServerLDS
certificate = certs/ServerLDS_cert.der
privateKey = certs/ServerLDS_key.der
cleanupTimeout = 60

authMode = user
username = user
password = password

trustStore = certs/trust/server_lds