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 4173001 commit 63918cbCopy full SHA for 63918cb
app/Models/Node.php
@@ -163,7 +163,7 @@ public function getYamlConfiguration()
163
'port' => $this->daemonListen,
164
'ssl' => [
165
'enabled' => (! $this->behind_proxy && $this->scheme === 'https'),
166
- 'certificate' => '/etc/letsencrypt/live/' . $this->fqdn . '/fullchain.pem',
+ 'cert' => '/etc/letsencrypt/live/' . $this->fqdn . '/fullchain.pem',
167
'key' => '/etc/letsencrypt/live/' . $this->fqdn . '/privkey.pem',
168
],
169
'upload_limit' => $this->upload_size,
0 commit comments