diff --git a/proto/jumpstarter/v1/jumpstarter.proto b/proto/jumpstarter/v1/jumpstarter.proto index cbfca8a..6f344e5 100644 --- a/proto/jumpstarter/v1/jumpstarter.proto +++ b/proto/jumpstarter/v1/jumpstarter.proto @@ -132,8 +132,9 @@ message GetReportResponse { message Endpoint { string endpoint = 1; - string token = 2; - optional string certificate = 3; + string certificate = 2; + string client_certificate = 3; + string client_private_key = 4; } message DriverCallRequest {