freginold
0
Q:

afosto/yaac error parsing certificate request

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

Now is working as expected
0

New to Communities?

Join the community