Skip to content

Commit 92fad32

Browse files
committed
Add missing instruction
1 parent 702f804 commit 92fad32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/iot-operations/discover-manage-assets/howto-configure-opcua-certificates-infrastructure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ To connect to an asset, first you need to establish the application authenticati
4545
4646
1. Add the OPC UA server's application instance certificate to the trusted certificates list. This list is implemented as a Kubernetes native secret named *aio-opc-ua-broker-trust-list* that's created when you deploy Azure IoT Operations.
4747

48+
For a DER encoded certificate in a file such as *./my-server.der*, run the following command:
49+
4850
```azurecli
4951
# Append my-server.der OPC UA server certificate to the trusted certificate list secret as a new entry
5052
az iot ops connector opcua trust add --instance $INSTANCE_NAME --resource-group $RESOURCE_GROUP --certificate-file "./my-server.der"

0 commit comments

Comments
 (0)