mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'docs/remote_signing_of_images_cmd_fix_v5.0' into 'release/v5.0'
docs: fix secure boot "Remote Signing of Images" section command (v5.0) See merge request espressif/esp-idf!21470
This commit is contained in:
@@ -374,7 +374,7 @@ To use remote signing, disable the option "Sign binaries during build". The priv
|
|||||||
|
|
||||||
After the app image and partition table are built, the build system will print signing steps using espsecure.py::
|
After the app image and partition table are built, the build system will print signing steps using espsecure.py::
|
||||||
|
|
||||||
espsecure.py sign_data --version 2 --keyfile PRIVATE_SIGNING_KEY BINARY_FILE
|
espsecure.py sign_data BINARY_FILE --version 2 --keyfile PRIVATE_SIGNING_KEY
|
||||||
|
|
||||||
The above command appends the image signature to the existing binary. You can use the `--output` argument to write the signed binary to a separate file::
|
The above command appends the image signature to the existing binary. You can use the `--output` argument to write the signed binary to a separate file::
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user