Lines Matching refs:to
6 ``espsecure.py`` is a tool for manipulating data that relates to the secure boot and flash encrypti…
8 For more details, see the ESP-IDF documentation which explains this tool and how to use it to enabl…
20 …e command ``pip install 'esptool[hsm]'`` to use this feature. ``esp_hsm_sign`` provides a PKCS #11…
22 The following command should be used to get an image signed using an external HSM. ::
26 …age using the HSM, and then creates a signature block and appends it to the image to generate a si…
28 If the public key is not stored in the external HSM, you can specify the ``--pub-key`` argument to …
42 If the public key is not stored in the external HSM, you can specify the ``--keyfile`` argument to …
51 populated corresponding to the HSM used.
53 …token of a selected slot, you will also need to pass in the token User PIN and thus you will be pr…
54 …d also add a ``credentials`` field in the HSM config file to store the (plaintext) User PIN to aut…
61 # to be used to generate signature.
71 # Slot number to be used
74 # Label of the object used to store the private key
77 # Label of the object used to store corresponding public key