Skip to content

Commit

Permalink
Adding error fix for Jenkins Test: nightly-wolfTPM-examples-V2
Browse files Browse the repository at this point in the history
  • Loading branch information
dell5060 committed Nov 2, 2023
1 parent 3e1f90d commit b02a33f
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 b02a33f

Please sign in to comment.