Hi guys, I am working on a project that uses those 2 platforms. Apparently, in order to avoid security issues, one has to create a private RSA key and a public one, Google says you should do that inside your device.
I am able to generate both with my ESP32, my question is: Should I use the IoT Core API to create a new device from inside my ESP32? Is that safe? I really don't see any other way of doing so.