X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=conf%2FCA%2FnewCA.sh;fp=conf%2FCA%2FnewCA.sh;h=698307a5c636b6605ae576912399f14961101559;hp=49b12c3f6202884be70d99622b11d54b702977b8;hb=c3ca46e074d73b7aca3fb6331203552968119070;hpb=54883b4545dc32a5e4c7fbe0a49ef5b89a615435 diff --git a/conf/CA/newCA.sh b/conf/CA/newCA.sh index 49b12c3f..698307a5 100644 --- a/conf/CA/newCA.sh +++ b/conf/CA/newCA.sh @@ -9,7 +9,7 @@ touch index.txt echo "unique_subject = no" > index.txt.attr if [ ! -e serial ]; then - echo '01' > serial + echo $(date +%s) > serial fi if [ "$1" == "" ]; then