aboutsummaryrefslogtreecommitdiffstats
path: root/config/server_lds.conf
blob: 9ce5e9bd1d4cb6e0e72ca880e71f298174c26c8b (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:localhost: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