mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-14 18:15:39 +01:00
Merge branch '3.0'
This commit is contained in:
commit
b25118c6aa
@ -2751,7 +2751,7 @@ class X509
|
|||||||
|
|
||||||
$this->setExtension(
|
$this->setExtension(
|
||||||
'id-ce-basicConstraints',
|
'id-ce-basicConstraints',
|
||||||
array_unique(array_merge(['cA' => true], $basicConstraints)),
|
array_merge(['cA' => true], $basicConstraints),
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user