We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e2c83 commit 3bd058dCopy full SHA for 3bd058d
Lescript.php
@@ -266,7 +266,7 @@ private function readPrivateKey($path)
266
267
private function parseFirstPemFromBody($body)
268
{
269
- preg_match('~(-----BEGIN.*?END CERTIFICATE-----)~', $body, $matches);
+ preg_match('~(-----BEGIN.*?END CERTIFICATE-----)~s', $body, $matches);
270
271
return $matches[1];
272
}
0 commit comments