feat: implement certificate upload and deletion functionality, enhance certificate management in the API and frontend
This commit is contained in:
@@ -23,6 +23,7 @@ export interface ProxyHost {
|
||||
locations: Location[];
|
||||
advanced_config?: string;
|
||||
enabled: boolean;
|
||||
certificate_id?: number | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user