sudo iotedge config-create \
--hostname \
--gateway-hostname \
--device-ca-cert \
--device-ca-private-key \
--trusted-ca-certs \
--edge-hub-ca-certificate \
--edge-hub-ca-private-key \
--edge-hub-client-cert \
--edge-hub-client-private-key \
--auto-cert-gen-force-no-passwords \
--device-id
其中,"
sudo systemctl enable aziot-identityd
sudo iotedge config apply --restart
这些步骤可以避免由于未授权用户直接修改证书设备 ID 而失败的问题。