robrichards/xmlseclibs

subject instead of issuer

Closed this issue · 1 comments

$subjectNameValue = $certData['issuer'];

I think this
$certData['issuer'];
should be
$certData['subject'];

Thanks!