diff options
Diffstat (limited to 'conf/CA')
-rw-r--r-- | conf/CA/bootstrap.sh | 2 | ||||
-rw-r--r-- | conf/CA/san_root.aaf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh index 056fb3a4..9699e30b 100644 --- a/conf/CA/bootstrap.sh +++ b/conf/CA/bootstrap.sh @@ -9,7 +9,7 @@ chmod 755 certs newcerts touch index.txt echo "unique_subject = no" > index.txt.attr if [ ! -e ./serial ]; then - echo $(date +%s) > ./serial + echo $(date +%s)_$(shuf -i 0-1000000 -n 1) > ./serial fi NAME=aaf.bootstrap diff --git a/conf/CA/san_root.aaf b/conf/CA/san_root.aaf index ec275a35..43b3b25d 100644 --- a/conf/CA/san_root.aaf +++ b/conf/CA/san_root.aaf @@ -1 +1 @@ -aaf.osaaf.org aaf.api.simpledemo.onap.org +aaf.osaaf.org aaf.api.simpledemo.onap.org aaf-service aaf-locate aaf-oauth aaf-gui aaf-cm aaf-fs aaf-hello |