mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +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(
|
$this->dn['rdnSequence'][] = array(
|
||||||
array(
|
array(
|
||||||
'type' => $type,
|
'type' => $propName,
|
||||||
'value'=> $propValue
|
'value'=> $propValue
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user