From da4a3667647eb09abb8a82b8cfe88cdac5f79b5a Mon Sep 17 00:00:00 2001 From: Joerg Heinemann Date: Wed, 4 Feb 2026 08:31:44 +0100 Subject: [PATCH] Replace IP assignment with LOCAL_IP variable --- install/step-ca-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/step-ca-install.sh b/install/step-ca-install.sh index b24644c27..7bfeaedc6 100644 --- a/install/step-ca-install.sh +++ b/install/step-ca-install.sh @@ -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"