Hello
Where should I put the: user, password and certificate to connect with Docker?
docker run -it commander -e opc.tcp://localhost:4840
.alias("e", "endpoint")
.alias("s", "securityMode")
.alias("P", "securityPolicy")
.alias("u", "userName")
.alias("p", "password")
.alias("n", "node")
.alias("t", "timeout")
.alias("v", "verbose")
.alias("c", "userCertificate")
.alias("x", "userCertificatePrivateKey")
Where do I locate the file: OPC-UA_Certificate.der and what do I call it?
docker run -it commander -e opc.tcp://localhost:4840 -P=Basic256 -s=Sign -u JoeDoe -p P@338@rd
thanks you.
Hello
Where should I put the: user, password and certificate to connect with Docker?
docker run -it commander -e opc.tcp://localhost:4840
.alias("e", "endpoint")
.alias("s", "securityMode")
.alias("P", "securityPolicy")
.alias("u", "userName")
.alias("p", "password")
.alias("n", "node")
.alias("t", "timeout")
.alias("v", "verbose")
.alias("c", "userCertificate")
.alias("x", "userCertificatePrivateKey")
Where do I locate the file: OPC-UA_Certificate.der and what do I call it?
docker run -it commander -e opc.tcp://localhost:4840 -P=Basic256 -s=Sign -u JoeDoe -p P@338@rd
thanks you.