mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
cert-enroll: Set the environment variables needed by cert-install-ssl
This commit is contained in:
parent
11dbc8e7f2
commit
da45cf9f38
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user