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