Skip to content

Commit a9ed8ac

Browse files
committed
doc/nrf/bootloader_siganture_key: fix tab
Fix a tab rendering. Signed-off-by: Andrzej Puzdrowski <[email protected]>
1 parent 934a6aa commit a9ed8ac

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/nrf/app_dev/bootloaders_dfu/mcuboot_nsib/bootloader_signature_keys.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,22 +146,22 @@ You can add this feature to your own project and check its functionality as foll
146146

147147
Use only absolute paths for ``SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE`` and ``SB_CONFIG_SECURE_BOOT_PUBLIC_KEY_FILES``.
148148

149-
.. tabs::
149+
.. tabs::
150150

151-
.. group-tab:: software keys storage
151+
.. group-tab:: software keys storage
152152

153-
.. code-block:: console
153+
.. code-block:: console
154154
155-
SB_CONFIG_SECURE_BOOT_APPCORE=y
156-
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="/path/to/priv_a.pem"
157-
SB_CONFIG_SECURE_BOOT_PUBLIC_KEY_FILES="/path/to/pub_b.pem,/path/to/pub_c.pem"
155+
SB_CONFIG_SECURE_BOOT_APPCORE=y
156+
SB_CONFIG_SECURE_BOOT_SIGNING_KEY_FILE="/path/to/priv_a.pem"
157+
SB_CONFIG_SECURE_BOOT_PUBLIC_KEY_FILES="/path/to/pub_b.pem,/path/to/pub_c.pem"
158158
159-
.. group-tab:: KMU
159+
.. group-tab:: KMU
160160

161-
.. code-block:: console
161+
.. code-block:: console
162162
163-
SB_CONFIG_SECURE_BOOT_APPCORE=y
164-
b0_CONFIG_SB_CRYPTO_KMU_KEYS_REVOCATION=y
163+
SB_CONFIG_SECURE_BOOT_APPCORE=y
164+
b0_CONFIG_SB_CRYPTO_KMU_KEYS_REVOCATION=y
165165
166166
.. caution::
167167

0 commit comments

Comments
 (0)