mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-10 17:12:07 +08:00
Updated Usage on Tomato routers (markdown)
@@ -87,7 +87,7 @@ acme.sh --install-cert -d tomato.example.com \
|
|||||||
--key-file /tmp/mnt/flash/cert/tomato.example.com/key.pem \
|
--key-file /tmp/mnt/flash/cert/tomato.example.com/key.pem \
|
||||||
--reloadcmd "service enginex restart"
|
--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:
|
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:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user