Skip to content

Commit b60fad6

Browse files
authored
Merge pull request #6132 from LibreSign/backport/6127/stable31
[stable31] fix: ensure organizationalUnit is converted before engine initialization
2 parents a53ae2c + 12a0c75 commit b60fad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Migration/Version13000Date20251031165700.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ public function __construct(
5252
*/
5353
#[Override]
5454
public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void {
55-
$this->addConfigPathToOpenSsl();
5655
$this->convertRootCertOuStringToArray();
56+
$this->addConfigPathToOpenSsl();
5757
$this->backupCrlDataToDisk();
5858
}
5959

0 commit comments

Comments
 (0)