Skip to content

Commit a097cfd

Browse files
authored
Add note about EST ID CN
1 parent 08a797d commit a097cfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/iot-edge/configure-device.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ identity_pk = "pkcs11:slot-id=0;object=est-id?pin-value=1234" # PKCS#11 URI
254254

255255
### EST ID cert requested via EST bootstrap ID cert
256256

257+
Authentication with a TLS client certificate which are used once to create the initial EST ID certificate. After the first certificate issuance, an `identity_cert` and `identity_pk` are automatically created and used for future authentication and renewals. The Subject Common Name (CN) of the generated EST ID certificate is always the same as the configured device ID under the provisioning section. These files must be readable by the users aziotcs and aziotks, respectively.
258+
257259
```toml
258260
bootstrap_identity_cert = "file:///var/aziot/certs/est-bootstrap-id.pem"
259261

0 commit comments

Comments
 (0)