Regarding the public key for MCUboot and keeping it in HW (MCUBOOT_HW_KEY)

Hi 

we are using nRF connect SDK 2.1.0 and also MCU boot.

Following the steps to generated the keys for signing the images.

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/mcuboot/imgtool.html

One issue we might have is keeping the publick key in Keys.c which our security team may not accept.

But as per the blog above we can use MCUBOOT_HW_KEY to keep it in HW.

How we can provision the public key to HW and how we can pull that key for verification of signing.

can you please help with the complete details for this.

Related