Add the dh file to the client configuration.

This commit is contained in:
Andrea Dell'Amico 2020-05-06 18:54:47 +02:00
parent 0d03331fef
commit ae1e746722
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ group {{ openvpn_unprivileged_group }}
# Try to preserve some state across restarts.
persist-key
persist-tun
dh {{ openvpn_dh }}
ca {{ openvpn_ca }}
cert {{ openvpn_cert }}
key {{ openvpn_key }}