Hello,

Line 29 of vars, export KEY_CONFIG=`$EASY_RSA/whichopensslcnf
$EASY_RSA`, cannot handle whitespaces contained in $EASY_RSA. This
line could be changed - depending on preference - to either of:
a) export KEY_CONFIG="`"${EASY_RSA}"/whichopensslcnf "${EASY_RSA}"`"
b) export KEY_CONFIG=$("${EASY_RSA}"/whichopensslcnf "${EASY_RSA}")

Regards,
Tanel Rebane

Reply via email to