feat(seeder): Call CA SSL seeder in prod and dev
This commit is contained in:
parent
90a93ce7e0
commit
503e1ffb67
2 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ public function run(): void
|
|||
OauthSettingSeeder::class,
|
||||
DisableTwoStepConfirmationSeeder::class,
|
||||
SentinelSeeder::class,
|
||||
CaSslCertSeeder::class,
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -193,5 +193,6 @@ public function run(): void
|
|||
$this->call(PopulateSshKeysDirectorySeeder::class);
|
||||
$this->call(SentinelSeeder::class);
|
||||
$this->call(RootUserSeeder::class);
|
||||
$this->call(CaSslCertSeeder::class);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue