summaryrefslogtreecommitdiffstats
path: root/crtSignedContainer.sh
diff options
context:
space:
mode:
authorDave Heller <hellerda@us.ibm.com>2017-08-24 19:59:37 -0400
committerDave Heller <hellerda@us.ibm.com>2017-08-24 19:59:37 -0400
commitd7b60cac979d94cda2022a2a7921898295d61139 (patch)
tree8e8eacff7cc5e2410cacb73372b89a0980bf9709 /crtSignedContainer.sh
parentb58fed17ca3fd3839b3443552db4ceb5be31d6e2 (diff)
downloadsb-signing-utils-d7b60cac979d94cda2022a2a7921898295d61139.tar.gz
sb-signing-utils-d7b60cac979d94cda2022a2a7921898295d61139.zip
Allow (and truncate) labels longer than 8 chars
Signed-off-by: Dave Heller <hellerda@us.ibm.com>
Diffstat (limited to 'crtSignedContainer.sh')
-rwxr-xr-xcrtSignedContainer.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/crtSignedContainer.sh b/crtSignedContainer.sh
index 88a8e95..00cd180 100755
--- a/crtSignedContainer.sh
+++ b/crtSignedContainer.sh
@@ -204,6 +204,7 @@ ADDL_ARGS=""
[ -n "$VALIDATE" ] && VERIFY_ARGS="$VERIFY_ARGS --validate"
[ -n "$VERIFY" ] && VERIFY_ARGS="$VERIFY_ARGS --verify $VERIFY"
+[ -n "$LABEL" ] && ADDL_ARGS="$ADDL_ARGS --label $LABEL"
# Build enough of the container to create the Prefix and Software headers
echo "--> $P: Generating signing requests..."
OpenPOWER on IntegriCloud