198662a73Slaurenw-armThis directory contains some development keys to be used as the secure world 298662a73Slaurenw-armroot-of-trust key used in the CCA chain of trust. 398662a73Slaurenw-arm 498662a73Slaurenw-arm* swd_rotprivk_rsa.pem is a 2K RSA private key in PEM format. It has been 598662a73Slaurenw-arm generated using the openssl command line tool: 698662a73Slaurenw-arm 798662a73Slaurenw-arm openssl genrsa 2048 > arm_swd_rotprivk_rsa.pem 898662a73Slaurenw-arm 9*da57b6e3SRyan Everett* arm_swd_rotprivk_ecdsa.pem is a P-256 ECSA private key in PEM format. It has been 10*da57b6e3SRyan Everett generated using the openssl command line tool: 1198662a73Slaurenw-arm 12*da57b6e3SRyan Everett openssl ecparam -name prime256v1 -genkey -outform PEM -noout -out arm_swd_rotprivk_ecdsa.pem 13*da57b6e3SRyan Everett 14*da57b6e3SRyan Everett* arm_swd_rotprivk_ecdsa_secp384r1.pem is a P-384 ECSA private key in PEM format. It has been 15*da57b6e3SRyan Everett generated using the openssl command line tool: 16*da57b6e3SRyan Everett 17*da57b6e3SRyan Everett openssl ecparam -name secp384r1 -genkey -outform PEM -noout -out arm_swd_rotprivk_ecdsa_secp384r1.pem 18