mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 05:25:36 +07:00
fix(web): add family_id to CaCertificate type to fix trust store grouping
This commit is contained in:
@@ -10,6 +10,7 @@ interface CaCertificate {
|
||||
name: string;
|
||||
type: string;
|
||||
serial: string;
|
||||
family_id?: string | null;
|
||||
expires_at: string;
|
||||
last_synced_at?: string | null;
|
||||
cdn_url?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user