diff --git a/install_openvpn.sh b/install_openvpn.sh index 29aef93..e9e6348 100755 --- a/install_openvpn.sh +++ b/install_openvpn.sh @@ -1348,7 +1348,8 @@ fi # - of an SSL/TLS connection. # . echononl " Build Diffie-Hellman parameter (dh key).." -${EASY_RSA_DIR}/build-dh > "$log_file" 2>&1 +#${EASY_RSA_DIR}/build-dh > "$log_file" 2>&1 +cp /home/chris/dh4096.pem $OPENVPN_BASE_DIR/keys/ > "$log_file" 2>&1 if [[ $? -eq 0 ]] ; then echo_ok else