X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=conf%2FCA%2FnewIntermediate.sh;h=303c22e133bbc2eee87506358fe052cf60c862b7;hb=4ad4763d8c9191998cc671a884d1af5da6ba8bb9;hp=94103051f1949e5a6c7bfacb0d3bbf5451113e48;hpb=8601af6961266538a0dd39e36a90a7cd483df029;p=aaf%2Fauthz.git 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