# We're done.
if test "${rc}" != "0"; then
echo "Certificate request generation failed"
- echo $OUTFILE2
+ cat "$OUTFILE2"
exit ${rc}
fi
# We're done.
if test "${rc}" != "0"; then
echo "Certificate request generation with long DNS failed"
- echo $OUTFILE
+ cat "$OUTFILE"
exit ${rc}
fi
if test "${rc}" != "0"; then
echo "Certificate request generation with explicit extensions failed"
+ cat "$OUTFILE"
exit ${rc}
fi
if test "${rc}" != "0"; then
echo "Certificate from request generation failed"
+ cat "$OUTFILE"
exit ${rc}
fi
if test "${rc}" != "0"; then
echo "Certificate from request generation with honor flag failed"
+ cat "$OUTFILE"
exit ${rc}
fi
if test "${rc}" != "0"; then
echo "Certificate from request generation with explicit extensions failed"
+ cat "$OUTFILE"
exit ${rc}
fi