This PR introduces the feature for generating public and private keys using the mix astarte_dev_tool.auth.keys task. This task allows the creation of both private and public keys, as well as the option to derive a public key from a provided private key using arg.
The feature enhances key management within the development tooling, enabling easy and streamlined keypair generation for authentication and security purposes.
What this PR does / why we need it:
This PR introduces the feature for generating public and private keys using the
mix astarte_dev_tool.auth.keys
task. This task allows the creation of both private and public keys, as well as the option to derive a public key from a provided private key usingarg
.The feature enhances key management within the development tooling, enabling easy and streamlined keypair generation for authentication and security purposes.
Examples
Which issue(s) this PR fixes:
Nothing
Special notes for your reviewer:
The feature includes two main functionalities:
--from-key
flag.