xref: /rk3399_ARM-atf/plat/arm/board/common/protpk/README (revision 06f3c7058c42a9f1a9f7df75ea2de71a000855e8)
1This directory contains some development keys to be used as the platform
2root-of-trust key.
3
4* arm_protprivk_rsa.pem is a 2K RSA private key in PEM format. It has been
5  generated using the openssl command line tool:
6
7  openssl genrsa 2048 > arm_protprivk_rsa.pem
8
9* arm_protprivk_ecdsa.pem is a P-256 ECSA private key in PEM format. It has been
10  generated using the openssl command line tool:
11
12  openssl ecparam -name prime256v1 -genkey -outform PEM -noout -out arm_protprivk_ecdsa.pem
13
14* arm_protprivk_ecdsa_secp384r1.pem is a P-384 ECSA private key in PEM format. It has been
15  generated using the openssl command line tool:
16
17  openssl ecparam -name secp384r1 -genkey -outform PEM -noout -out arm_protprivk_ecdsa_secp384r1.pem