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=49b12c3f6202884be70d99622b11d54b702977b8;hp=5f49f38af5c205f916730edfa8ac289c06e0763c;hb=4ad4763d8c9191998cc671a884d1af5da6ba8bb9;hpb=9af4623faed6fd0bda1567cbf28899b5b5363be0 diff --git a/conf/CA/newca.sh b/conf/CA/newCA.sh similarity index 96% rename from conf/CA/newca.sh rename to conf/CA/newCA.sh index 5f49f38a..49b12c3f 100644 --- a/conf/CA/newca.sh +++ b/conf/CA/newCA.sh @@ -6,6 +6,8 @@ mkdir -p private certs newcerts 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