Skip to content

Commit

Permalink
rm: factory-keys: Fix formating
Browse files Browse the repository at this point in the history
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
  • Loading branch information
angolini authored and kprosise committed Jul 20, 2023
1 parent dc9f817 commit 911ecf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/reference-manual/security/factory-keys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.

Expand Down

0 comments on commit 911ecf1

Please sign in to comment.