Update ANW-URB add 'src/openvpn'.

This commit is contained in:
Christoph 2018-07-01 17:03:41 +02:00
parent 8f2df2215b
commit 901792ccdc

View File

@ -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