X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=conf%2FCA%2FnewIntermediate.sh;h=303c22e133bbc2eee87506358fe052cf60c862b7;hp=94103051f1949e5a6c7bfacb0d3bbf5451113e48;hb=4ad4763d8c9191998cc671a884d1af5da6ba8bb9;hpb=9af4623faed6fd0bda1567cbf28899b5b5363be0 diff --git a/conf/CA/newIntermediate.sh b/conf/CA/newIntermediate.sh index 94103051..303c22e1 100644 --- a/conf/CA/newIntermediate.sh +++ b/conf/CA/newIntermediate.sh @@ -13,6 +13,8 @@ mkdir -p $DIR/private $DIR/certs $DIR/newcerts chmod 700 $DIR/private chmod 755 $DIR/certs $DIR/newcerts touch $DIR/index.txt +echo "unique_subject = no" > $DIR/index.txt.attr + if [ ! -e $DIR/serial ]; then echo '01' > $DIR/serial fi