You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Signing.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ The following options are supported:
31
31
-`--der` save generated private key in DER format.
32
32
-`--exportpubkey` to export the public key (corresponding to the private key generated with `-g`) to a DER file. This option only has an effect if used in conjunction with the `-g` option.
33
33
-`--nolocalkeys` to generate a keystore entry with zeroized key material. This option is only useful on platforms that support using an external key by reference, such as wolfHSM. Only has an effect if used in conjunction with the `-g` option.
34
+
-`--no-overwrite` to avoid prompt warning that keyfiles files already exist. This option ensures existing files are not overwritten.
34
35
35
36
Arguments are not exclusive, and can be repeated more than once to populate a keystore with multiple keys.
36
37
@@ -185,7 +186,7 @@ Options:
185
186
By default, the sign tool appends the sha of the base image to the manifest header,
186
187
so wolfBoot will refuse to start a delta update if the sha does not match the
187
188
one of the existing image. However, this takes up 32 to 48 bytes extra in the
188
-
manifest header, so this option is available to provide compatibility on
189
+
manifest header, so this option is available to provide compatibility on
189
190
existing installations without this feature, where the header size does not
0 commit comments