Index: trunk/util/sign/verify.sh =================================================================== --- trunk/util/sign/verify.sh (revision 34375) +++ trunk/util/sign/verify.sh (revision 34376) @@ -66,7 +66,7 @@ { case "$1" in *.crt) openssl x509 -in "$1" -text ;; - crl*.pem) openssl crl -in crl_repo.hu.pem -text ;; + crl*.pem) openssl crl -in "$1" -text ;; *) echo "Don't know how to print that file" ;; esac }