Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IoT Edge installation and configuration issues #7322

Closed
wudiqiang2024 opened this issue Jul 10, 2024 · 1 comment
Closed

IoT Edge installation and configuration issues #7322

wudiqiang2024 opened this issue Jul 10, 2024 · 1 comment
Assignees

Comments

@wudiqiang2024
Copy link

I installed Azure IoT Edge on ubuntu-22.04 according to Microsoft documentation.

image

The configuration file is as follows

 [provisioning]
 source = "manual"
 iothub_hostname = "xxx.azure-devices.net"
 device_id = "my-device-id"

 [provisioning.authentication]
 method = "x509"
 identity_cert = "file:///var/aziot/certs/xxx.pem"
 identity_pk = "file:///var/aziot/secrets/private-key.pem"

The private key file "private-key.pem" is generated using the tpm2-openssl software and the openssl 3 provider

image

Use the command "iotedge system logs" to view the log and find the following error log

image

Please help me

  1. Does this mean that my IoT edge failed to start?
  2. The private key is protected by TPM, how can I use it normally in IoT edge?
  3. Or is there any other solution?

Thank you very much!

@lfitchett
Copy link
Contributor

Duplicate of Azure/iot-identity-service#620

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants