From 67bdc58e4417da82dac4cd840239d8b91c25636f Mon Sep 17 00:00:00 2001 From: Sheppy Date: Tue, 30 May 2023 13:07:40 +0000 Subject: [PATCH] change: enable vpn mgnt interface --- roles/openvpn/templates/cert-manager-conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openvpn/templates/cert-manager-conf.py b/roles/openvpn/templates/cert-manager-conf.py index 8c3c7d4..ca7a0b3 100644 --- a/roles/openvpn/templates/cert-manager-conf.py +++ b/roles/openvpn/templates/cert-manager-conf.py @@ -20,7 +20,7 @@ CREATE_CA_IF_NOT_EXISTS = True LOAD_MISSING_CERTS_TO_DB = False VPN_CONFIG_DIR_PATH = "./data/client-config-dir/" -ENABLE_VPN_CONNECTION = False +ENABLE_VPN_CONNECTION = True VPN_MANAGEMENT_HOST = "host.docker.internal" VPN_MANAGEMENT_PORT = {{ openvpn_management_port }} VPN_MANAGEMENT_PASSWORD = "{{ openvpn_management_password }}"