Updated Usage on Tomato routers (markdown)

master
Martinique 2024-09-21 04:51:40 +03:00
parent 7da47963e8
commit 5467963d1a
1 changed files with 1 additions and 1 deletions

@ -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:
```