summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Heller <hellerda@us.ibm.com>2018-08-27 23:55:26 -0400
committerDave Heller <hellerda@us.ibm.com>2018-08-27 23:55:26 -0400
commit580ef889bcefceafb821c45a016f7351cbcd5845 (patch)
tree7d4f1047436a8ae081581b8695cd5a94d090bf9c
parent593df54cbee3196934642b6fbca43a35bbed3bc4 (diff)
downloadsb-signing-utils-580ef889bcefceafb821c45a016f7351cbcd5845.tar.gz
sb-signing-utils-580ef889bcefceafb821c45a016f7351cbcd5845.zip
Quash unnecessary messages to stdout from previous patch
Signed-off-by: Dave Heller <hellerda@us.ibm.com>
-rwxr-xr-xcrtSignedContainer.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/crtSignedContainer.sh b/crtSignedContainer.sh
index d231b5f..c59c092 100755
--- a/crtSignedContainer.sh
+++ b/crtSignedContainer.sh
@@ -702,7 +702,7 @@ then
pkcs11-tool --module $SB_PKCS11_MODULE \
--token-label $SB_PKCS11_TOKEN \
--read-object --type pubkey --label $SF_PROJECT | \
- openssl ec -inform der -pubout -pubin > "$T/$KEYFILE"
+ openssl ec -inform der -pubin -pubout -out "$T/$KEYFILE" &>/dev/null
else
die "Unsupported KMS: $KMS"
@@ -756,7 +756,7 @@ then
pkcs11-tool --module $SB_PKCS11_MODULE \
--token-label $SB_PKCS11_TOKEN \
--read-object --type pubkey --label $SF_PROJECT | \
- openssl ec -inform der -pubout -pubin > "$T/$KEYFILE"
+ openssl ec -inform der -pubin -pubout -out "$T/$KEYFILE" &>/dev/null
fi
rc=$?
OpenPOWER on IntegriCloud