From 05c5307adff91d9a8b33fb237427b38bafdc2a69 Mon Sep 17 00:00:00 2001 From: Sheppy Date: Mon, 29 May 2023 12:52:28 +0000 Subject: [PATCH] fix: use different ccd path --- 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 910b20a..8c3c7d4 100644 --- a/roles/openvpn/templates/cert-manager-conf.py +++ b/roles/openvpn/templates/cert-manager-conf.py @@ -19,7 +19,7 @@ SQLALCHEMY_DATABASE_URI = "sqlite:///./data/sqlite.db" CREATE_CA_IF_NOT_EXISTS = True LOAD_MISSING_CERTS_TO_DB = False -VPN_CONFIG_DIR_PATH = "./data/ccd/" +VPN_CONFIG_DIR_PATH = "./data/client-config-dir/" ENABLE_VPN_CONNECTION = False VPN_MANAGEMENT_HOST = "host.docker.internal" VPN_MANAGEMENT_PORT = {{ openvpn_management_port }}