From 6f09cb3bb6adbd1a8203465ccb99e8a41c29eca5 Mon Sep 17 00:00:00 2001 From: gyurix Date: Fri, 21 Oct 2022 13:25:01 +0000 Subject: [PATCH] Added GENERATE_CERTIFICATE variable and check and updated the proxy.json list also --- proxy_config | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy_config b/proxy_config index 84c8df3..8ac5f29 100644 --- a/proxy_config +++ b/proxy_config @@ -1,6 +1,7 @@ { "proxy_scheduler_local": { "DOCKER_REGISTRY_URL": "registry.format.hu", + "GENERATE_CERTIFICATE": "true", "LETSENCRYPT_URL": "letsencrypt.org", "LETSENCRYPT_SERVICE_NAME": "letsencrypt.json", "CERT_DIR": "/keys",