Closed AlonsoGuerrero closed 3 years ago
The certificate may in fact be expired. How long have you had this set up. You should probably check a bit closer in the edge repo. There is also this: https://docs.microsoft.com/en-us/azure/iot-edge/how-to-manage-device-certificates?view=iotedge-2020-11&tabs=linux
I'm not really sure how long. But has passed several months since this device was created
90 days I believe is what you get. Bing (or some other search) something like "azure iot edge certificates". That would be a good start.
Was there anything else? @alonsoGuerrero
Closed due to inactivity.
I´m using the example simple_sample_module_twin.js to get info from a Module Identity Twin on a device located in IoT Edge
But unfortunately I'm receiving this error with client.open
[UnauthorizedError: mqtt.js returned Failure on first connection (Not authorized): certificate has expired error] {transportError: Error: Failure connection (Not authorized): certificate has expired
I would like to know if there is a way to renew the certificates and how to do it, or what is the reason of this problem. I don't understand what certificates refers this error