fix(migration): store subjectAlternativeNames as a json array in the db
This commit is contained in:
@@ -21,6 +21,7 @@ class SslCertificate extends Model
|
||||
protected $casts = [
|
||||
'ssl_certificate' => 'encrypted',
|
||||
'ssl_private_key' => 'encrypted',
|
||||
'subject_alternative_names' => 'array',
|
||||
'valid_until' => 'datetime',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user