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=5618124686318ee81a283a92db7544e26826a7d0;hp=20093ee3293053d4f255f399351a6694d676cc27;hb=0d4ec12d30e2318cf036ab24a8d113b7adcdccf0;hpb=af2d592ebbb96d5f5f55f7322f9ecdfdccfce64e diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh index 20093ee3..56181246 100644 --- a/conf/CA/bootstrap.sh +++ b/conf/CA/bootstrap.sh @@ -8,6 +8,9 @@ chmod 700 private chmod 755 certs newcerts touch index.txt echo "unique_subject = no" > index.txt.attr +if [ ! -e ./serial ]; then + echo '01' > ./serial +fi NAME=aaf.bootstrap FQDN=$(hostname -f)