X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=conf%2FCA%2FnewIntermediate.sh;fp=conf%2FCA%2FnewIntermediate.sh;h=e09a4fcf002f2d8e84c78259b285e6a8869ea676;hp=b548dd45a3abbe555591f85751d5be949765c85c;hb=c3ca46e074d73b7aca3fb6331203552968119070;hpb=54883b4545dc32a5e4c7fbe0a49ef5b89a615435 diff --git a/conf/CA/newIntermediate.sh b/conf/CA/newIntermediate.sh index b548dd45..e09a4fcf 100644 --- a/conf/CA/newIntermediate.sh +++ b/conf/CA/newIntermediate.sh @@ -4,7 +4,7 @@ if [ -e intermediate.serial ]; then ((SERIAL=`cat intermediate.serial` + 1)) else - SERIAL=1 + SERIAL=$(date +%s) fi echo $SERIAL > intermediate.serial DIR=intermediate_$SERIAL