Adapt test configurations
Adapt test configurations to the new Debian-based system.
This commit is contained in:
committed by
Tobias Brunner
parent
766466b8d1
commit
533177003c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user