mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
Merge pull request #6127 from LibreSign/fix/migration-ou-type-error
fix: ensure organizationalUnit is converted before engine initialization
This commit is contained in:
commit
5a7326150b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue