fix the ssl certificate creation script

This commit is contained in:
kakwa 2016-09-07 21:45:48 +02:00
parent 2f4647b801
commit b47fe2f04b
1 changed files with 2 additions and 1 deletions

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