aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev2/ocsp-local-cert
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-11-19 17:30:58 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 15:22:07 +0100
commit533177003c85fa3f2fd77afd7cf63e63ea0d75d7 (patch)
tree428bbd89c38b0904c22eb4cd697c718d80ab0508 /testing/tests/ikev2/ocsp-local-cert
parent766466b8d114e6e594955198fa848536b8fd88ae (diff)
downloadstrongswan-533177003c85fa3f2fd77afd7cf63e63ea0d75d7.tar.bz2
strongswan-533177003c85fa3f2fd77afd7cf63e63ea0d75d7.tar.xz
Adapt test configurations
Adapt test configurations to the new Debian-based system.
Diffstat (limited to 'testing/tests/ikev2/ocsp-local-cert')
-rwxr-xr-xtesting/tests/ikev2/ocsp-local-cert/hosts/winnetou/etc/openssl/ocsp/ocsp.cgi8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/tests/ikev2/ocsp-local-cert/hosts/winnetou/etc/openssl/ocsp/ocsp.cgi b/testing/tests/ikev2/ocsp-local-cert/hosts/winnetou/etc/openssl/ocsp/ocsp.cgi
index dda793f44..4e2cc2860 100755
--- a/testing/tests/ikev2/ocsp-local-cert/hosts/winnetou/etc/openssl/ocsp/ocsp.cgi
+++ b/testing/tests/ikev2/ocsp-local-cert/hosts/winnetou/etc/openssl/ocsp/ocsp.cgi
@@ -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 ocspKey-self.pem -rsigner ocspCert-self.pem \
- -resp_no_certs -nmin 5 \
- -reqin /dev/stdin -respout /dev/stdout
+cat | /usr/bin/openssl ocsp -index index.txt -CA strongswanCert.pem \
+ -rkey ocspKey-self.pem -rsigner ocspCert-self.pem \
+ -resp_no_certs -nmin 5 \
+ -reqin /dev/stdin -respout /dev/stdout | cat