feat(seeder): Call CA SSL seeder in prod and dev
This commit is contained in:
@@ -28,6 +28,7 @@ class DatabaseSeeder extends Seeder
|
|||||||
OauthSettingSeeder::class,
|
OauthSettingSeeder::class,
|
||||||
DisableTwoStepConfirmationSeeder::class,
|
DisableTwoStepConfirmationSeeder::class,
|
||||||
SentinelSeeder::class,
|
SentinelSeeder::class,
|
||||||
|
CaSslCertSeeder::class,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -193,5 +193,6 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA==
|
|||||||
$this->call(PopulateSshKeysDirectorySeeder::class);
|
$this->call(PopulateSshKeysDirectorySeeder::class);
|
||||||
$this->call(SentinelSeeder::class);
|
$this->call(SentinelSeeder::class);
|
||||||
$this->call(RootUserSeeder::class);
|
$this->call(RootUserSeeder::class);
|
||||||
|
$this->call(CaSslCertSeeder::class);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user