diff options
author | Sai Gandham <sai.gandham@att.com> | 2019-04-17 19:42:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-17 19:42:30 +0000 |
commit | 5c01796be69ed71c360dade8a080a4fd22c06447 (patch) | |
tree | dd4ca9d606f2cb8d6c16440b984f4b01585c2ffc /conf/CA/bootstrap.sh | |
parent | 22d821ef35b5ddaf76937ab6a4fe82b088a50a26 (diff) | |
parent | fea400a6e11a41e39911927edf37938b5d13f181 (diff) |
Merge "Make OOM workable with Dublin"2.1.11
Diffstat (limited to 'conf/CA/bootstrap.sh')
-rw-r--r-- | conf/CA/bootstrap.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh index 6ccc6bfa..8454a3a9 100644 --- a/conf/CA/bootstrap.sh +++ b/conf/CA/bootstrap.sh @@ -33,7 +33,8 @@ fi NAME=aaf.bootstrap HOSTNAME="${HOSTNAME:=$(hostname -)}" -FQDN="${aaf_locator_fqdn:=$HOSTNAME}" +PUBLIC_FQDN="${aaf_locator_public_fqdn:=$HOSTNAME}" +FQDN="${aaf_locator_fqdn:=$PUBLIC_FQDN}" FQI=aaf@aaf.osaaf.org SUBJECT="/CN=$FQDN/OU=$FQI`cat subject.aaf`" SIGNER_P12=$1 |