Changed line from this: $lines = explode(PHP_EOL, $pem); To this: $lines = preg_split('/ | | /', $pem); Now is working as expected