Skip to content

Commit 5a73261

Browse files
authored
Merge pull request #6127 from LibreSign/fix/migration-ou-type-error
fix: ensure organizationalUnit is converted before engine initialization
2 parents 69e77a2 + e0ab70b commit 5a73261

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)