diff options
author | Rob Austein <sra@hactrn.net> | 2009-09-18 19:19:30 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-09-18 19:19:30 +0000 |
commit | 5e4c65b0a583bc90bdd310ce04cae88999d8c9da (patch) | |
tree | 9a025483e5c9673486da6891c4385f15cf6a9756 /myrpki | |
parent | 23fa028c953aa9da5e0e49179ed2767201171852 (diff) |
CRL check was going to stderr
svn path=/myrpki/verify-bpki.sh; revision=2771
Diffstat (limited to 'myrpki')
-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 |