fix create_tsa_certs if not run from its directory

This commit is contained in:
kakwa 2016-08-27 01:27:15 +02:00
parent 594ee4f6fc
commit be745d8594
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
export OPENSSL_CONF="./CAtsa.cnf"
cd `dirname $0`
error () {
echo "TSA test failed!" >&2