mirror of https://github.com/wolfSSL/wolfTPM.git
Adding error fix for Jenkins Test: nightly-wolfTPM-examples-V2
parent
3e1f90d1cd
commit
b02a33fd0e
|
@ -7,6 +7,7 @@ echo Run ./examples/csr/csr first to generate the CSR
|
||||||
# Make sure required CA files exist and are populated
|
# Make sure required CA files exist and are populated
|
||||||
rm -f ./certs/index.*
|
rm -f ./certs/index.*
|
||||||
touch ./certs/index.txt
|
touch ./certs/index.txt
|
||||||
|
touch ./certs/index.txt.attr
|
||||||
if [ ! -f ./certs/serial ]; then
|
if [ ! -f ./certs/serial ]; then
|
||||||
echo 3650 > ./certs/serial
|
echo 3650 > ./certs/serial
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue