1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-06 19:17:50 +02:00

fix the ssl certificate creation script

This commit is contained in:
kakwa 2016-09-07 21:45:48 +02:00
parent e2e254480a
commit 08dcf50add

View File

@ -48,5 +48,6 @@ echo "Creating tsa_cert1.pem TSA server cert..."
create_tsa_cert 1 tsa_cert
echo "Creating tsa_cert2.pem non-TSA server cert..."
create_tsa_cert 2 non_tsa_cert
create_tsa_cert 2 tsa_cert
exit 0