1
0
mirror of https://git.code.sf.net/p/linux-ima/ima-evm-utils synced 2025-07-01 21:31:14 +02:00

evmctl: Implement support for EVMCTL_KEY_PASSWORD environment variable

If the user did not use the --pass option to provide a key password,
get the key password from the EVMCTL_KEY_PASSWORD environment variable.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
This commit is contained in:
Stefan Berger
2021-09-13 18:18:05 -04:00
committed by Mimi Zohar
parent fa2ba9a6e9
commit 6fbb2a305b
2 changed files with 10 additions and 0 deletions

4
README
View File

@ -70,6 +70,10 @@ OPTIONS
-v increase verbosity level
-h, --help display this help and exit
Environment variables:
EVMCTL_KEY_PASSWORD : Private key password to use; do not use --pass option
INTRODUCTION
------------