Hi,
I am using the RSA sample code and I need to make the key persist. When I try to change the lifetime attribute to PSA_KEY_LIFETIME_PERSISTENT, the key generation fails.
I am using nRF52840 dev kit.
rsa: psa_generate_key failed! (Error: -134)
Any idea what else needs to be done so the key pair could persist during reboots?
Thanks!