2019-02-26 08:20:56 +00:00
|
|
|
# Musca-A1 RSA keypair
|
|
|
|
|
|
|
|
A default RSA key pair is given to the Musca-A1 target.
|
|
|
|
|
2020-03-12 16:04:49 +00:00
|
|
|
Public key was pre-compiled to `targets/TARGET_ARM_SSG/TARGET_MUSCA_A1/prebuilt/mcuboot.bin` and private key is in `musca_a1-root-rsa-3072.pem`.
|
2019-02-26 08:20:56 +00:00
|
|
|
|
|
|
|
DO NOT use them in production code, they are exclusively for testing!
|
|
|
|
|
|
|
|
Private key must be stored in a safe place outside of the repository.
|
|
|
|
|
|
|
|
`tools/psa/tfm/bin_utils/imgtool.py` can be used to generate new key pairs.
|