Implement the SSL & Domain Features (Domain List, Real-time information for Expiration Date, Issuer, and Days Left.)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
|
||||
export interface SSLCertificate {
|
||||
id: string;
|
||||
domain: string;
|
||||
issuer: string;
|
||||
expiration_date: string;
|
||||
status: string;
|
||||
last_notified: string;
|
||||
warning_threshold: number;
|
||||
expiry_threshold: number;
|
||||
notification_channel: string;
|
||||
created: string;
|
||||
updated: string;
|
||||
}
|
||||
Reference in New Issue
Block a user