beremiz
Clone
Summary
Browse
Changes
Graph
OPC-US client: add support for x509 and user+password authentication.
wxPython4
2022-09-13, Edouard Tisserant
50600b946ea7
file is
Executable
OPC-US client: add support for x509 and user+password authentication.
Commit for backup not including tests since encrypted OPC-UA test are still not valid.
#!/bin/bash
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .