Skip to content

Commit bbba5ec

Browse files
FournierMxStaticRocket
authored andcommitted
fix(android): update ta keys name extension
The 'secure.sh generate_ta_keys' generate .pem files. Update the documentation with the proper name extension. Signed-off-by: Maxime Fournier <[email protected]>
1 parent ae7ac37 commit bbba5ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/android/Application_Notes_Android_Secure_Build.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Build Secure Bootloaders
5151
$ cd ${YOUR_PATH}/ti-bootloader-aosp/build
5252
$ ./secure.sh generate_ta_keys
5353
$ ls -1 .keys/
54-
ta.key
55-
ta_pub.key
54+
ta.pem
55+
ta_pub.pem
5656
5757
- Generate AVB public/private keys:
5858

@@ -94,9 +94,9 @@ The bootloaders scripts will detect that ``avb_pub.key`` is present and will inc
9494
+---------------------+-----------------------------------------------------------------------------+
9595
| ``avb_pub.key`` | (Optional) Public key used by U-Boot to verify Android images |
9696
+---------------------+-----------------------------------------------------------------------------+
97-
| ``ta.key`` | (Optional) Private key used to sign Trusted Application (OP-TEE) |
97+
| ``ta.pem`` | (Optional) Private key used to sign Trusted Application (OP-TEE) |
9898
+---------------------+-----------------------------------------------------------------------------+
99-
| ``ta_pub.key`` | (Optional) Public key used to sign Trusted Application (OP-TEE) |
99+
| ``ta_pub.pem`` | (Optional) Public key used to sign Trusted Application (OP-TEE) |
100100
+---------------------+-----------------------------------------------------------------------------+
101101

102102

0 commit comments

Comments
 (0)