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=9699e30b11882ac26d21e4d215f0bdc415fed6cd;hp=056fb3a4f88fe8267b2f7571e252a2fbf51c355d;hb=93871ff58e90a91d359f72b00a92fe1e28310b82;hpb=1ccc1ca3fbd7bc1357a4d63d5fa5a29ce3f0ab67 diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh index 056fb3a4..9699e30b 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 $(date +%s) > ./serial + echo $(date +%s)_$(shuf -i 0-1000000 -n 1) > ./serial fi NAME=aaf.bootstrap