-
To verify that the zip files were not tampered during the transfer, open a terminal and run:
sed -n 's/.*The SHA256 hash of the zip file is //p' pack-plc-cert.txt > plc-cert-portable-package.sha256 sed -i 's/$/ plc-cert-portable-package.zip/' plc-cert-portable-package.sha256 sha256sum -c plc-cert-portable-package.sha256This sequence must return OK.
Finally, perform the validation steps for the .NET Runtime installer documented by Microsoft.
-
Install the .NET Runtime.
-
Install the Certificate Management zip file:
unzip ./plc-cert-portable-package.zip -d ./bin-plc-cert chmod +x ./bin-plc-cert/plc-cert.sh ./bin-plc-cert/plc-cert.sh --version
After these installations you can start Certificate Management with ./bin-plc-cert/plc-cert.sh to execute its various commands:
./bin-plc-cert/plc-cert.sh -t 192.168.0.1