Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

afosto/yaac error parsing certificate request

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

Now is working as expected
Source by github.com #
 
PREVIOUS NEXT
Tagged: #error #parsing #certificate #request
ADD COMMENT
Topic
Name
9+6 =