Skip to content

Commit 8de3567

Browse files
committed
Replacing toml config line
1 parent 29656e4 commit 8de3567

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/iot-edge/tutorial-configure-est-server.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,10 @@ On the IoT Edge device, update the IoT Edge configuration file to use device cer
220220
[provisioning.attestation]
221221
method = "x509"
222222
registration_id = "myiotedgedevice"
223-
identity_cert = { method = "est", common_name = "myiotedgedevice" }
223+
224+
[provisioning.attestation.identity_cert]
225+
method = "est"
226+
common_name = "myiotedgedevice"
224227
225228
# Auto renewal settings for the identity cert
226229
# Available only from IoT Edge 1.3 and above

0 commit comments

Comments
 (0)