Skip to content

Commit

Permalink
Merge pull request #309 from night1rider/Jenkins-wolfTPM-example-fix
Browse files Browse the repository at this point in the history
Adding error fix for Jenkins Test: nightly-wolfTPM-examples-V2
  • Loading branch information
dgarske authored Nov 2, 2023
2 parents 3e1f90d + b02a33f commit ce56065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions certs/certreq.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce56065

Please sign in to comment.