From ae1e746722104bc0e25b1a2a159e35b4dfc7424d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 6 May 2020 18:54:47 +0200 Subject: [PATCH] Add the dh file to the client configuration. --- templates/client.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/client.conf.j2 b/templates/client.conf.j2 index efc1289..f372b2d 100644 --- a/templates/client.conf.j2 +++ b/templates/client.conf.j2 @@ -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 }}