summaryrefslogtreecommitdiffstats
path: root/conf/CA/newIntermediate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'conf/CA/newIntermediate.sh')
-rw-r--r--conf/CA/newIntermediate.sh2
1 files changed, 2 insertions, 0 deletions
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