File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
doc/nrf/app_dev/bootloaders_dfu/mcuboot_nsib Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments