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 }}"