Merge pull request #309 from night1rider/Jenkins-wolfTPM-example-fix

Adding error fix for Jenkins Test: nightly-wolfTPM-examples-V2
pull/310/head
David Garske 2023-11-02 13:54:08 -07:00 committed by GitHub
commit ce56065f91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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