xref: /arm-trusted-firmware/plat/arm/board/common/protpk/README (revision 91f16700b400a8c0651d24a598fc48ee2997a0d7)
1*91f16700SchasingluluThis directory contains some development keys to be used as the platform
2*91f16700Schasingluluroot-of-trust key.
3*91f16700Schasinglulu
4*91f16700Schasinglulu* arm_protprivk_rsa.pem is a 2K RSA private key in PEM format. It has been
5*91f16700Schasinglulu  generated using the openssl command line tool:
6*91f16700Schasinglulu
7*91f16700Schasinglulu  openssl genrsa 2048 > arm_protprivk_rsa.pem
8*91f16700Schasinglulu
9*91f16700Schasinglulu* arm_protpk_rsa_sha256.bin is the SHA-256 hash of the DER-encoded public key
10*91f16700Schasinglulu  associated with the above private key. It has been generated using the openssl
11*91f16700Schasinglulu  command line tool:
12*91f16700Schasinglulu
13*91f16700Schasinglulu  openssl rsa -in arm_protprivk_rsa.pem -pubout -outform DER | \
14*91f16700Schasinglulu    openssl dgst -sha256 -binary > arm_protpk_rsa_sha256.bin
15