Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rm: factory-keys: Fix formating #568

Merged
merged 1 commit into from
Jul 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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