You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
az iot hub device-identity create offers to generate self-signed certs for devices.
however, those are RSA certs, and it would be nice to be able to generate ECDSA as well.
they work just fine and have a number of advantages, one being that they are smaller, require less memory during handshake and EC math is faster than RSA.
if not outright switching to ECDSA, at least an option would be nice.
The text was updated successfully, but these errors were encountered:
* Remove az iot product init (Azure#20)
* Product (Azure#21)
* Remove most cases of product_id
* Updated Swagger
* Add validation-type and make product-id only required for Certification validation type
* Fix CLI linter
* Fix tests
az iot hub device-identity create
offers to generate self-signed certs for devices.however, those are RSA certs, and it would be nice to be able to generate ECDSA as well.
they work just fine and have a number of advantages, one being that they are smaller, require less memory during handshake and EC math is faster than RSA.
if not outright switching to ECDSA, at least an option would be nice.
The text was updated successfully, but these errors were encountered: