#!/bin/sh

/usr/sbin/ocspcheck $@
if [ $? -ne 0 ]; then
	exit 0
fi
exit 1
