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