nrfutil keys generate private.pem display Display a private (signing) or public (verification) key from a PEM file taken as input. This command takes several options that you can list using: nrfutil keys display --help Below is an example of displaying a public key in code format from the...
This command takes several options that you can list using: ``` nrfutil keys display --help ``` Below is an example of displaying a public key in code format from the key file generated above: ``` nrfutil keys display --key pk --format code private.pem ``` ### settings This set ...
nrfutil keys generate private.pem display Display a private (signing) or public (verification) key from a PEM file taken as input. This command takes several options that you can list using: nrfutil keys display --help Below is an example of displaying a public key in code format from the...