]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
cert-enroll: Set the environment variables needed by cert-install-ssl
authorAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 23 Nov 2023 18:05:22 +0000 (19:05 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Thu, 23 Nov 2023 18:05:22 +0000 (19:05 +0100)
src/cert-enroll/cert-enroll.in

index f081cb7d79cc166c4c53c89eed360ce95569e46a..6949516db6646ca622ec40888d73b496a67293ea 100644 (file)
@@ -192,6 +192,7 @@ function install_certs()
     KEYTYPE="$KEYTYPE" CERTDIR="$CERTDIR" HOSTKEY="$HOSTKEY" \
     HOSTCERT="$HOSTCERT" ROOTCA="$ROOTCA" SUBCA="$SUBCA" \
     OLDROOTCA="$OLDROOTCA" OLDSUBCA="$OLDSUBCA" \
+    USER_GROUP="$USER_GROUP" SERVICE="$SERVICE" \
     /bin/bash $script || status=$?
     if [ $status -ne 0 ]
     then