OPC-UA LDS Guide
About
The OPC-UA LDS is an OPC-UA Local Discovery Server that can be used for testing the discovery features of the OPC-UA Device Service.
Running
Download the Docker image
docker pull iotechsys/opc-ua-lds:1.2
Run the Docker image
docker run --rm -it --name opc-ua-lds iotechsys/opc-ua-lds:1.2
Run the LDS Server with security features
docker run --rm -it --name opc-ua-lds -v <path-to-your-keys>:/keys/ iotechsys/opc-ua-lds:1.2 <application-uri> <server-certificate-path> <private-key-path> [<trustlist1.crl>, ...]
Note
<application-uri>
must match the URI specified in the certificate. If these do not match, or are not present, the server will not start.
e.g
docker run --rm -it --name opc-ua-lds -v /home/user/keys/:/keys/ iotechsys/opc-ua-lds:1.2 www.example.com /keys/certificate.der /keys/private_key.der