espressif / esp-google-iot

Google Cloud IoT SDK as an ESP-IDF Component
Apache License 2.0
143 stars 44 forks source link

Using Self Signed CA certificates (CA-123) #24

Closed bretmh closed 3 years ago

bretmh commented 3 years ago

I'm trying to add an additional layer of security by using self signed CA certifications. But there seems to be some ground rules.

The iotc embedded c sdk only supports elliptical curve algorithm, not rsa?

I don't see any options in the structiotccryptokeydatat for RSA or using CA certificates.

Do you have any steps to use a self signed CA cert with this example?