Updated Usage on Tomato routers (markdown)
parent
7da47963e8
commit
5467963d1a
|
@ -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:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue