@@ -176,8 +176,8 @@ |
||
| 176 | 176 | foreach ($this->certificates as $cert) { |
| 177 | 177 | |
| 178 | 178 | /* Construct a PEM formatted certificate */ |
| 179 | - $pemCert = "-----BEGIN CERTIFICATE-----\n" . |
|
| 180 | - chunk_split($cert, 64) . |
|
| 179 | + $pemCert = "-----BEGIN CERTIFICATE-----\n". |
|
| 180 | + chunk_split($cert, 64). |
|
| 181 | 181 | "-----END CERTIFICATE-----\n"; |
| 182 | 182 | |
| 183 | 183 | /* Extract the public key from the certificate for validation. */ |