aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/rcynic-prototype.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rcynic-prototype.pl b/scripts/rcynic-prototype.pl
index 2b44bf6c..c841205d 100644
--- a/scripts/rcynic-prototype.pl
+++ b/scripts/rcynic-prototype.pl
@@ -227,7 +227,8 @@ sub check_crl { # Check signature chain on a CRL, install CRL if all is well
next unless (-f "$source/$file");
logmsg("Checking saved old CRL $uri")
if ($source eq $old_authenticated_tree);
- my @result = openssl_pipe("crl", "-CAfile", $cafile, "-in", "$source/$file", "-inform",
+ my @result = openssl_pipe("crl", "-CAfile", $cafile, "-noout",
+ "-in", "$source/$file", "-inform",
($source eq $old_authenticated_tree ? "PEM" : "DER"));
if (grep(/verify OK/, @result)) {
if ($source eq $old_authenticated_tree) {