Replace IP assignment with LOCAL_IP variable
This commit is contained in:
@@ -47,7 +47,7 @@ DeploymentType="standalone"
|
||||
DeploymentType="standalone"
|
||||
FQDN=$(hostname -f)
|
||||
DomainName=$(hostname -d)
|
||||
IP=$(hostname -I | awk '{print $1}')
|
||||
IP=${LOCAL_IP}
|
||||
LISTENER=":443"
|
||||
PKIName="MyHomePKI"
|
||||
PKIProvisioner="pki@$DomainName"
|
||||
|
||||
Reference in New Issue
Block a user