We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86ddfc0 commit 784cc99Copy full SHA for 784cc99
docs/self-hosting/README.md
@@ -101,6 +101,12 @@ docker run -d --name openblocks -p 3443:3443 -v "$PWD/stacks:/openblocks-stacks"
101
{% endtab %}
102
{% endtabs %}
103
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
+
110
## Update
111
112
{% tabs %}
0 commit comments