Merge branch 'docs/remote_signing_of_images_cmd_fix_v4.4' into 'release/v4.4'

docs: fix secure boot "Remote Signing of Images" section command (v4.4)

See merge request espressif/esp-idf!21471
This commit is contained in:
Mahavir Jain 2022-12-07 11:11:41 +08:00
commit e83289fb7c

View File

@ -284,7 +284,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::
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::