feat: implement certificate upload and deletion functionality, enhance certificate management in the API and frontend

This commit is contained in:
Wikid82
2025-11-22 23:05:23 -05:00
parent 155bedcf66
commit ce89c63afc
14 changed files with 618 additions and 66 deletions

View File

@@ -23,6 +23,7 @@ export interface ProxyHost {
locations: Location[];
advanced_config?: string;
enabled: boolean;
certificate_id?: number | null;
created_at: string;
updated_at: string;
}