HOSTNAME env for Install

Issue-ID: AAF-517
Change-Id: Ie1735b32912d300e6be3aba3ec13cd2e12e4bfc0
Signed-off-by: Instrumental <jonathan.gathman@att.com>
diff --git a/conf/CA/bootstrap.sh b/conf/CA/bootstrap.sh
index 7d89b35..1029007 100644
--- a/conf/CA/bootstrap.sh
+++ b/conf/CA/bootstrap.sh
@@ -13,7 +13,7 @@
 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