Skip to content

Commit 63918cb

Browse files
committed
Use the correct certificate key in the config
1 parent 4173001 commit 63918cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Node.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function getYamlConfiguration()
163163
'port' => $this->daemonListen,
164164
'ssl' => [
165165
'enabled' => (! $this->behind_proxy && $this->scheme === 'https'),
166-
'certificate' => '/etc/letsencrypt/live/' . $this->fqdn . '/fullchain.pem',
166+
'cert' => '/etc/letsencrypt/live/' . $this->fqdn . '/fullchain.pem',
167167
'key' => '/etc/letsencrypt/live/' . $this->fqdn . '/privkey.pem',
168168
],
169169
'upload_limit' => $this->upload_size,

0 commit comments

Comments
 (0)