diff options
-rwxr-xr-x | myrpki/verify-bpki.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/myrpki/verify-bpki.sh b/myrpki/verify-bpki.sh index 06b238db..77d50200 100755 --- a/myrpki/verify-bpki.sh +++ b/myrpki/verify-bpki.sh @@ -18,6 +18,8 @@ # Tests of generated BPKI certificates. Kind of cheesy, but does test # the basic stuff. +exec 2>&1 + # Check that CRLs verify properly find bpki.* -name '*.crl' | sed 's=^\(.*\)/\(.*\)$=echo -n "&: "; openssl crl -CAfile \1/ca.cer -noout -in &=' | sh |