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

Add an option to generate ECDSA certs for new devices #21

Open
rojer opened this issue Apr 10, 2018 · 0 comments
Open

Add an option to generate ECDSA certs for new devices #21

rojer opened this issue Apr 10, 2018 · 0 comments

Comments

@rojer
Copy link

rojer commented Apr 10, 2018

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.

c-ryan-k pushed a commit to c-ryan-k/azure-iot-cli-extension that referenced this issue Aug 5, 2020
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants