forked from Alex/Pterodactyl-Panel
Use the correct certificate key in the config
This commit is contained in:
parent
4173001f10
commit
63918cb549
@ -163,7 +163,7 @@ class Node extends Validable
|
|||||||
'port' => $this->daemonListen,
|
'port' => $this->daemonListen,
|
||||||
'ssl' => [
|
'ssl' => [
|
||||||
'enabled' => (! $this->behind_proxy && $this->scheme === 'https'),
|
'enabled' => (! $this->behind_proxy && $this->scheme === 'https'),
|
||||||
'certificate' => '/etc/letsencrypt/live/' . $this->fqdn . '/fullchain.pem',
|
'cert' => '/etc/letsencrypt/live/' . $this->fqdn . '/fullchain.pem',
|
||||||
'key' => '/etc/letsencrypt/live/' . $this->fqdn . '/privkey.pem',
|
'key' => '/etc/letsencrypt/live/' . $this->fqdn . '/privkey.pem',
|
||||||
],
|
],
|
||||||
'upload_limit' => $this->upload_size,
|
'upload_limit' => $this->upload_size,
|
||||||
|
Loading…
Reference in New Issue
Block a user