afosto-yaac error parsing certificate request

87

Changed line from this:
$lines = explode(PHP_EOL, $pem);
To this:
$lines = preg_split('/\r\n|\r|\n/', $pem);

Now is working as expected

Comments

Submit
0 Comments