diff options
| author | Ayoub Zaki <[email protected]> | 2023-08-26 13:53:29 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-12-20 09:48:17 -0500 |
| commit | ece85cc0202717ee8eaf5acb0772c0912b7f8e9d (patch) | |
| tree | 9f9a9c55d4bca2fa74c8706d08f2fc7e002e16f4 /doc | |
| parent | 05e8e2403c533cc9e7a2a548486e2e41dfd5ce53 (diff) | |
rsa: use pkcs11 uri as defined in rfc7512
pkcs11 : change engine uri to use full pk11-URI as defined in:
https://www.rfc-editor.org/rfc/rfc7512.html
Signed-off-by: Ayoub Zaki <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/usage/fit/signature.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/fit/signature.rst b/doc/usage/fit/signature.rst index 39edba14630..03a71b5192d 100644 --- a/doc/usage/fit/signature.rst +++ b/doc/usage/fit/signature.rst @@ -671,7 +671,7 @@ Create the fitImage:: Sign the fitImage with the hardware key:: $ ./tools/mkimage -F -k \ - "model=PKCS%2315%20emulated;manufacturer=ZeitControl;serial=000xxxxxxxxx;token=OpenPGP%20card%20%28User%20PIN%20%28sig%29%29" \ + "pkcs11:model=PKCS%2315%20emulated;manufacturer=ZeitControl;serial=000xxxxxxxxx;token=OpenPGP%20card%20%28User%20PIN%20%28sig%29%29" \ -K u-boot.dtb -N pkcs11 -r fitImage |
