mirror of
https://github.com/kakwa/uts-server
synced 2025-01-26 05:17:26 +01:00
fix create_tsa_certs script
This commit is contained in:
parent
e6e9faf184
commit
48819b9695
@ -1,5 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
export OPENSSL_CONF="./CAtsa.cnf"
|
||||||
|
|
||||||
error () {
|
error () {
|
||||||
|
|
||||||
echo "TSA test failed!" >&2
|
echo "TSA test failed!" >&2
|
||||||
@ -45,4 +48,3 @@ create_tsa_cert 1 tsa_cert
|
|||||||
echo "Creating tsa_cert2.pem non-TSA server cert..."
|
echo "Creating tsa_cert2.pem non-TSA server cert..."
|
||||||
create_tsa_cert 2 non_tsa_cert
|
create_tsa_cert 2 non_tsa_cert
|
||||||
|
|
||||||
OPENSSL_CONF="./CAtsa.cnf"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user