Adding error fix for Jenkins Test: nightly-wolfTPM-examples-V2

pull/309/head
dell5060 2023-11-02 13:07:57 -06:00
parent 3e1f90d1cd
commit b02a33fd0e
1 changed files with 1 additions and 0 deletions

View File

@ -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