From 036fad332bc5a26336afd8eb10e9787607329c75 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Tue, 13 Jun 2023 09:13:46 +0000 Subject: [PATCH] Update 'smarthost-proxy-scheduler.json' Added letsencrypt access via filesystem --- smarthost-proxy-scheduler.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/smarthost-proxy-scheduler.json b/smarthost-proxy-scheduler.json index 7ab4b6f..4ef68d9 100644 --- a/smarthost-proxy-scheduler.json +++ b/smarthost-proxy-scheduler.json @@ -21,6 +21,12 @@ "DEST": "/etc/system/config/proxy.json", "TYPE": "ro" }, + { + "SOURCE": "/etc/user/config/services/letsencrypt.json", + "DEST": "/etc/user/config/services/letsencrypt.json", + "TYPE": "ro" + }, + { "SOURCE": "/etc/ssl/keys", "DEST": "/keys",