We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cf4bd commit 0943045Copy full SHA for 0943045
1 file changed
tests/pkcs/pkcs8-test.sh
@@ -48,6 +48,7 @@ rm -rf keyEnc.der
48
49
#check stdin input
50
RESULT=`cat certs/server-keyEnc.pem | ./wolfssl pkcs8 -passin pass:yassl123`
51
+echo $RESULT
52
echo $RESULT | grep "BEGIN PRIVATE"
53
if [ $? != 0 ]; then
54
echo "Couldn't parse PKCS8 from stdin"
0 commit comments