diff --git a/certs/certreq.sh b/certs/certreq.sh index 77012aa..5e3e3a8 100755 --- a/certs/certreq.sh +++ b/certs/certreq.sh @@ -7,6 +7,7 @@ echo Run ./examples/csr/csr first to generate the CSR # Make sure required CA files exist and are populated rm -f ./certs/index.* touch ./certs/index.txt +touch ./certs/index.txt.attr if [ ! -f ./certs/serial ]; then echo 3650 > ./certs/serial fi