Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > aa830b28c47ddef58d5fd165b3842831 > files > 27

openca-ocspd-1.5.1-0.rc1.5mdv2010.0.i586.rpm

#!/bin/sh

echo "Requesting for a good response:"
openssl ocsp -issuer certs/cacert.pem -serial 1 -url http://localhost:2560
echo
echo "Requesting for an unknown response:"
openssl ocsp -issuer certs/cacert.pem -serial 2 -url http://localhost:2560

exit 0;