mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
fix create_tsa_certs script
This commit is contained in:
parent
2201aefe1f
commit
b3a50883f9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user