summaryrefslogtreecommitdiffstats
path: root/conf/CA/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'conf/CA/bootstrap.sh')
-rw-r--r--conf/CA/bootstrap.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh
index 9699e30b..145c22c7 100644
--- a/conf/CA/bootstrap.sh
+++ b/conf/CA/bootstrap.sh
@@ -75,6 +75,12 @@ for ROOT in $(cat san_root.aaf); do
SANS="$SANS $C.$ROOT"
done
done
+
+for C in service locate oauth gui cm hello; do
+ SANS="$SANS aaf-$C"
+ SANS="$SANS aaf-$C.onap"
+done
+
NUM=1
for D in $SANS; do
echo "DNS.$NUM = $D" >> $BOOTSTRAP_SAN