mirror of
https://github.com/dyzulk/trustlab-api.git
synced 2026-01-26 13:22:05 +07:00
feat: implement dual CDN strategy and archive management UI
This commit is contained in:
@@ -23,6 +23,7 @@ class CaCertificate extends Model
|
||||
'organization',
|
||||
'valid_from',
|
||||
'valid_to',
|
||||
'is_latest',
|
||||
'cert_path',
|
||||
'der_path',
|
||||
'bat_path',
|
||||
@@ -36,6 +37,7 @@ class CaCertificate extends Model
|
||||
protected $casts = [
|
||||
'valid_from' => 'datetime',
|
||||
'valid_to' => 'datetime',
|
||||
'is_latest' => 'boolean',
|
||||
'last_synced_at' => 'datetime',
|
||||
'last_downloaded_at' => 'datetime',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user