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