Replace IP assignment with LOCAL_IP variable
This commit is contained in:
parent
57c3625acd
commit
da4a366764
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user