summaryrefslogtreecommitdiffstats
path: root/contrib/OCSP_check
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/OCSP_check')
-rw-r--r--contrib/OCSP_check/OCSP_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/OCSP_check/OCSP_check.sh b/contrib/OCSP_check/OCSP_check.sh
index 847be45..7e9e1e8 100644
--- a/contrib/OCSP_check/OCSP_check.sh
+++ b/contrib/OCSP_check/OCSP_check.sh
@@ -97,7 +97,7 @@ if [ $check_depth -eq -1 ] || [ $cur_depth -eq $check_depth ]; then
"$nonce" \
-CAfile "$verify" \
-url "$ocsp_url" \
- -serial "0x${serial}" 2>/dev/null)
+ -serial "${serial}" 2>/dev/null)
if [ $? -eq 0 ]; then
# check that it's good