mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:45:55 +00:00
signing.bbclass: fix typos
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4213fb939f
commit
123c58693a
@ -6,9 +6,9 @@
|
|||||||
|
|
||||||
# This class provides a common workflow to use asymmetric (i.e. RSA) keys to
|
# This class provides a common workflow to use asymmetric (i.e. RSA) keys to
|
||||||
# sign artifacts. Usually, the keys are either stored as simple files in the
|
# sign artifacts. Usually, the keys are either stored as simple files in the
|
||||||
# file system or on a HSM (Hardware Security Module). While files are easy to
|
# file system or on an HSM (Hardware Security Module). While files are easy to
|
||||||
# use, it's hard to verify that no copies of the private have been made and
|
# use, it's hard to verify that no copies of the private key have been made
|
||||||
# only authorized persons are able to use the key. Use of an HSM addresses
|
# and only authorized persons are able to use the key. Use of an HSM addresses
|
||||||
# these risks by only allowing use of the key via an API (often PKCS #11). The
|
# these risks by only allowing use of the key via an API (often PKCS #11). The
|
||||||
# standard way of referring to a specific key in an HSM are PKCS #11 URIs (RFC
|
# standard way of referring to a specific key in an HSM are PKCS #11 URIs (RFC
|
||||||
# 7512).
|
# 7512).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user