diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-09-25 07:56:54 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-09-25 07:56:59 -0500 |
commit | 54883b4545dc32a5e4c7fbe0a49ef5b89a615435 (patch) | |
tree | 682ea9f5dac9188fe80bddde9be4f32b0b86f6c9 /conf | |
parent | bc299c00e5a86732c5a063a1d7c7bccf1d4ab21b (diff) |
HOSTNAME env for Install
Issue-ID: AAF-517
Change-Id: Ie1735b32912d300e6be3aba3ec13cd2e12e4bfc0
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/CA/bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh index 7d89b35c..10290075 100644 --- a/conf/CA/bootstrap.sh +++ b/conf/CA/bootstrap.sh @@ -13,7 +13,7 @@ if [ ! -e ./serial ]; then fi NAME=aaf.bootstrap -FQDN=$(hostname -f) +FQDN="${HOSTNAME:=$(hostname -f)}" FQI=aaf@aaf.osaaf.org SUBJECT="/CN=$FQDN/OU=$FQI`cat subject.aaf`" SIGNER_P12=$1 |