In trying to use a private key file to sign the application image I'm running into an issue with the PEM file. I created a PEM file using the following command:
as documented here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bootloader/README.html
Then I modified my application's prj.conf file by adding these lines:
The build output generates this error:
The priv.pem file is in the same directory as my prj.conf file. What am I doing wrong that the build tools can't find it?