Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/proxy.proto
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ message CoreResponse {
InitialInfo initial_info = 18;
AwaitRemoteMfaFinishResponse await_remote_mfa_finish = 19;
HttpsCerts https_certs = 20;
google.protobuf.Empty clear_https_certs = 21;
}
}

Expand Down Expand Up @@ -461,4 +462,3 @@ service ProxySetup {
rpc GetCsr(CertificateInfo) returns (DerPayload);
rpc SendCert(DerPayload) returns (google.protobuf.Empty);
}