Skip to content

Commit 784cc99

Browse files
Openblocks-docsgitbook-bot
Openblocks-docs
authored andcommitted
GitBook: [lowcoder-org#81] No subject
1 parent 86ddfc0 commit 784cc99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/self-hosting/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@ docker run -d --name openblocks -p 3443:3443 -v "$PWD/stacks:/openblocks-stacks"
101101
{% endtab %}
102102
{% endtabs %}
103103

104+
{% hint style="info" %}
105+
In cases where you have certificates with names: `server.crt` and `server.key`, you need to rename them first as follows:\
106+
`server.crt` => `fullchain.pem`\
107+
`server.key` => `privkey.pem`
108+
{% endhint %}
109+
104110
## Update
105111

106112
{% tabs %}

0 commit comments

Comments
 (0)