scripts/tls: Fix cert-gen to add index.txt.attr

This commit is contained in:
Dalton Hubble
2018-01-25 11:35:09 -08:00
parent e9ce7325ab
commit c3ef870ce5

View File

@@ -15,6 +15,7 @@ echo "Creating example CA, server cert/key, and client cert/key..."
# basic files/directories
mkdir -p {certs,crl,newcerts}
touch index.txt
touch index.txt.attr
echo 1000 > serial
# CA private key (unencrypted)