summaryrefslogtreecommitdiffstats
path: root/crtSignedContainer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crtSignedContainer.sh')
-rwxr-xr-xcrtSignedContainer.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/crtSignedContainer.sh b/crtSignedContainer.sh
index 32d2f4a..082872e 100755
--- a/crtSignedContainer.sh
+++ b/crtSignedContainer.sh
@@ -314,6 +314,12 @@ for arg in "$@"; do
"--verbose") set -- "$@" "-v" ;;
"--debug") set -- "$@" "-d" ;;
"--wrap") set -- "$@" "-w" ;;
+ "--hwPrivKeyA") set -- "$@" "-a" ;;
+ "--hwPrivKeyB") set -- "$@" "-b" ;;
+ "--hwPrivKeyC") set -- "$@" "-c" ;;
+ "--swPrivKeyP") set -- "$@" "-p" ;;
+ "--swPrivKeyQ") set -- "$@" "-q" ;;
+ "--swPrivKeyR") set -- "$@" "-r" ;;
"--hwKeyA") set -- "$@" "-a" ;;
"--hwKeyB") set -- "$@" "-b" ;;
"--hwKeyC") set -- "$@" "-c" ;;
OpenPOWER on IntegriCloud