From 911ecf19781edcf51f7983d4bc0bed01e910459d Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Wed, 19 Jul 2023 20:48:21 -0300 Subject: [PATCH] rm: factory-keys: Fix formating Signed-off-by: Daiane Angolini --- source/reference-manual/security/factory-keys.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference-manual/security/factory-keys.rst b/source/reference-manual/security/factory-keys.rst index dc0386a16..e01099e51 100644 --- a/source/reference-manual/security/factory-keys.rst +++ b/source/reference-manual/security/factory-keys.rst @@ -125,13 +125,13 @@ The name of the key indicates by which component the **public** part of the key The **dev** pair is a generic ``RSA`` 2048 key pair and is not in use. -The **opteedev** pair is a ``RSA`` 2048 key pair by ``OP-TEE``to validate trusted +The **opteedev** pair is a ``RSA`` 2048 key pair by ``OP-TEE`` to validate trusted applications run by ``OP-TEE``. This is used by configuring the variable ``OPTEE_TA_SIGN_KEY``. The **ubootdev** pair is a ``RSA`` 2048 key pair by U-Boot proper to validate the Linux Kernel. This is used by configuring the variable ``UBOOT_SIGN_KEYNAME``. -The **spldev** key pair is a ``RSA`` 2048 key pair used by U-Boot ``SPL``to validate +The **spldev** key pair is a ``RSA`` 2048 key pair used by U-Boot ``SPL`` to validate ``FIT`` image containing U-Boot and ``OP-TEE``. This is used by configuring the variable ``UBOOT_SPL_SIGN_KEYNAME``.