Merge pull request #6127 from LibreSign/fix/migration-ou-type-error

fix: ensure organizationalUnit is converted before engine initialization
This commit is contained in:
Vitor Mattos 2025-12-11 16:19:03 -03:00 committed by GitHub
commit 5a7326150b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,8 +52,8 @@ class Version13000Date20251031165700 extends SimpleMigrationStep {
*/
#[Override]
public function preSchemaChange(IOutput $output, Closure $schemaClosure, array $options): void {
$this->addConfigPathToOpenSsl();
$this->convertRootCertOuStringToArray();
$this->addConfigPathToOpenSsl();
$this->backupCrlDataToDisk();
}