summaryrefslogtreecommitdiff
path: root/testing/hosts/winnetou/etc/openssl/research/ocsp/ocsp.cgi
blob: c193e877906757ebefc593d15fcd1e386cf13072 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

cd /etc/openssl/research

echo "Content-type: application/ocsp-response"
echo ""

/usr/bin/openssl ocsp -index index.txt -CA researchCert.pem \
                      -rkey ocspKey.pem -rsigner ocspCert.pem \
		      -nmin 5 \
		      -reqin /dev/stdin -respout /dev/stdout