From 5467963d1a736a11a19f61d891046c89f6114675 Mon Sep 17 00:00:00 2001 From: Martinique <3702672+Martinique@users.noreply.github.com> Date: Sat, 21 Sep 2024 04:51:40 +0300 Subject: [PATCH] Updated Usage on Tomato routers (markdown) --- Usage-on-Tomato-routers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage-on-Tomato-routers.md b/Usage-on-Tomato-routers.md index f316426..02a6fc2 100644 --- a/Usage-on-Tomato-routers.md +++ b/Usage-on-Tomato-routers.md @@ -87,7 +87,7 @@ acme.sh --install-cert -d tomato.example.com \ --key-file /tmp/mnt/flash/cert/tomato.example.com/key.pem \ --reloadcmd "service enginex restart" ``` -Note that Tomato has a funny typo, internally calling nginx "enginex". +Note that Tomato has a funny quirk, internally calling nginx "enginex". Since nginx runs as user "nobody" you need to make the chain and key files readable by it. Change their owner group to "nobody" and allow group read permissions: ```