$this->faker->word(), 'certificate' => $this->faker->word(), 'pk' => $this->faker->word(), 'ca' => $this->faker->word(), 'expires_at' => Carbon::now()->addDay(), 'status' => SslStatus::CREATED, 'domains' => ['example.com'], ]; } }