fix create_tsa_certs script

This commit is contained in:
kakwa 2016-08-27 01:06:48 +02:00
parent 2201aefe1f
commit b3a50883f9
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh
export OPENSSL_CONF="./CAtsa.cnf"
error () {
echo "TSA test failed!" >&2
@ -45,4 +48,3 @@ create_tsa_cert 1 tsa_cert
echo "Creating tsa_cert2.pem non-TSA server cert..."
create_tsa_cert 2 non_tsa_cert
OPENSSL_CONF="./CAtsa.cnf"