diff options
Diffstat (limited to 'easy-rsa/2.0/build-dh')
-rwxr-xr-x | easy-rsa/2.0/build-dh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easy-rsa/2.0/build-dh b/easy-rsa/2.0/build-dh index ec7a805..f019222 100755 --- a/easy-rsa/2.0/build-dh +++ b/easy-rsa/2.0/build-dh @@ -4,7 +4,7 @@ # of an SSL/TLS connection. if [ -d $KEY_DIR ] && [ $KEY_SIZE ]; then - openssl dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE} + $OPENSSL dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE} else echo 'Please source the vars script first (i.e. "source ./vars")' echo 'Make sure you have edited it to reflect your configuration.' |