Make Container Config Strategy
[aaf/authz.git] / conf / CA / newCA.sh
similarity index 96%
rename from conf/CA/newca.sh
rename to conf/CA/newCA.sh
index 5f49f38..49b12c3 100644 (file)
@@ -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