azure-iot-cli-extension
azure-iot-cli-extension copied to clipboard
Add an option to generate ECDSA certs for new devices
trafficstars
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.