diff --git a/app/workers/certificates.php b/app/workers/certificates.php index d8d5a9870..9d4f8ac4e 100644 --- a/app/workers/certificates.php +++ b/app/workers/certificates.php @@ -334,7 +334,7 @@ class CertificatesV1 extends Worker throw new Exception('Failed to rename certificate privkey.pem.'); } - $config = \implode('\n', [ + $config = \implode(PHP_EOL, [ "tls:", " certificates:", " - certFile: /storage/certificates/{$domain}/fullchain.pem",