board: ti: keys: add .key and .crt for fit signature signing
authorManorit Chawdhry <m-chawdhry@ti.com>
Fri, 14 Jul 2023 05:52:37 +0000 (11:22 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 22 Jul 2023 02:07:46 +0000 (22:07 -0400)
commitd5b1ef30d7ffabb9f57d5c62b9f0608837af0f4f
tree76f5dc22fbe12f947c83f8a93ebe78804e3d0c87
parent14439cd71c1a7ddd612cf30da5643fc2531d1287
board: ti: keys: add .key and .crt for fit signature signing

Fit signature mechanism through the standards require the presence of
.key and .crt in the folder with the same name, since we are using our
custMpk only for the signing, update the format to that of standards to
be compatible for packaging easily.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
board/ti/keys/custMpk.crt [new file with mode: 0644]
board/ti/keys/custMpk.key [new file with mode: 0644]