mirror of
https://github.com/zadam/trilium.git
synced 2025-01-30 10:57:51 +08:00
Added helpful note about cert and key paths using Docker.
parent
e92a571267
commit
64c30b3a77
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,6 @@ certPath=/[username]/.acme.sh/[hostname]/fullchain.cer
|
|||
keyPath=/[username]/.acme.sh/[hostname]/example.com.key
|
||||
```
|
||||
|
||||
Above is only example of how this is setup on my environment when I generated the certificate using Let's encrypt acme utility. Your paths may be completely different.
|
||||
Above is only example of how this is setup on my environment when I generated the certificate using Let's encrypt acme utility. Your paths may be completely different. (Note that if you are using a Docker installation, these paths should be in a volume or other path understood by the docker container.)
|
||||
|
||||
After you set this up, you may restart trilium and now visit the hostname with "https".
|
Loading…
Reference in a new issue