1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-08 12:07:49 +02:00

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 131065afde
commit 734f78469f

View File

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