aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev2/ocsp-root-cert/hosts/winnetou/etc/openssl/ocsp/ocsp.cgi
blob: 59c35630273ae9bcd10b22e49b3eea358e5adf9f (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 strongswanKey.pem -rsigner strongswanCert.pem \
	-resp_no_certs -nmin 5 \
	-reqin /dev/stdin -respout /dev/stdout | cat