Adapt test configurations

Adapt test configurations to the new Debian-based system.
This commit is contained in:
Reto Buerki
2013-01-17 15:22:07 +01:00
committed by Tobias Brunner
parent 766466b8d1
commit 533177003c
394 changed files with 791 additions and 2576 deletions
@@ -5,7 +5,7 @@ cd /etc/openssl
echo "Content-type: application/ocsp-response"
echo ""
/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 | /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