X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=conf%2FCA%2Fbootstrap.sh;fp=conf%2FCA%2Fbootstrap.sh;h=fba4d6a8465a2230fe803e248b9189d083d27314;hp=102900751ba1e2218973e728789ff1c1ba539379;hb=c3ca46e074d73b7aca3fb6331203552968119070;hpb=54883b4545dc32a5e4c7fbe0a49ef5b89a615435 diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh index 10290075..fba4d6a8 100644 --- a/conf/CA/bootstrap.sh +++ b/conf/CA/bootstrap.sh @@ -9,7 +9,7 @@ chmod 755 certs newcerts touch index.txt echo "unique_subject = no" > index.txt.attr if [ ! -e ./serial ]; then - echo '01' > ./serial + echo $(date +%s) > ./serial fi NAME=aaf.bootstrap