diff --git a/frontend/src/context/NodeContext.tsx b/frontend/src/context/NodeContext.tsx index a360d6e4..36d98ee9 100644 --- a/frontend/src/context/NodeContext.tsx +++ b/frontend/src/context/NodeContext.tsx @@ -15,6 +15,9 @@ export interface Node { ssh_user?: string; ssh_password?: string; ssh_key?: string; + tls_ca?: string; + tls_cert?: string; + tls_key?: string; } interface NodeContextType {