Annotation of embedaddon/strongswan/testing/hosts/winnetou/etc/ca/sales/ocsp/ocsp.cgi, revision 1.1.1.1

1.1       misho       1: #!/bin/bash
                      2: 
                      3: cd /etc/ca/sales
                      4: 
                      5: echo "Content-type: application/ocsp-response"
                      6: echo ""
                      7: 
                      8: cat | /usr/bin/openssl ocsp -index index.txt -CA salesCert.pem \
                      9:        -rkey ocspKey.pem -rsigner ocspCert.pem \
                     10:        -nmin 5 \
                     11:        -reqin /dev/stdin -respout /dev/stdout | cat

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>