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

cd /etc/openssl

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

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