We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e1f90d + b02a33f commit ce56065Copy full SHA for ce56065
certs/certreq.sh
@@ -7,6 +7,7 @@ echo Run ./examples/csr/csr first to generate the CSR
7
# Make sure required CA files exist and are populated
8
rm -f ./certs/index.*
9
touch ./certs/index.txt
10
+touch ./certs/index.txt.attr
11
if [ ! -f ./certs/serial ]; then
12
echo 3650 > ./certs/serial
13
fi
0 commit comments