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.sh2
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