mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 11:37:33 +00:00
- certs couldn't be signed since setDNProp didn't work as it should
This commit is contained in:
parent
8d34cb11e9
commit
c2850cd36a
@ -1826,7 +1826,7 @@ class File_X509 {
|
||||
|
||||
$this->dn['rdnSequence'][] = array(
|
||||
array(
|
||||
'type' => $type,
|
||||
'type' => $propName,
|
||||
'value'=> $propValue
|
||||
)
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user