mirror of
https://git.yoctoproject.org/meta-security
synced 2026-04-21 11:48:52 +00:00
meta-integrity: Enable passing private key password
Allow users to pass the private key password using IMA_EVM_EVMCTL_KEY_PASSWORD. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
06bd46276f
commit
37e5a930d7
@@ -95,6 +95,7 @@ the image, enable image signing in the local.conf like this:
|
||||
|
||||
IMA_EVM_KEY_DIR = "${INTEGRITY_BASE}/data/debug-keys"
|
||||
IMA_EVM_PRIVKEY = "${IMA_EVM_KEY_DIR}/privkey_ima.pem"
|
||||
IMA_EVM_EVMCTL_KEY_PASSWORD = "<optional private key password>"
|
||||
IMA_EVM_PRIVKEY_KEYID_OPT = "<options to use while signing>"
|
||||
IMA_EVM_X509 = "${IMA_EVM_KEY_DIR}/x509_ima.der"
|
||||
IMA_EVM_ROOT_CA = "${IMA_EVM_KEY_DIR}/ima-local-ca.pem"
|
||||
|
||||
Reference in New Issue
Block a user