Skip to content

Commit

Permalink
Merge pull request #1768 from diogomonica/ensuring-root-rotation-works
Browse files Browse the repository at this point in the history
Ensuring root rotation works
  • Loading branch information
diogomonica authored Nov 26, 2016
2 parents 53fcdeb + 4bcc648 commit b035a18
Show file tree
Hide file tree
Showing 9 changed files with 321 additions and 166 deletions.
137 changes: 92 additions & 45 deletions api/ca.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions api/ca.proto
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ message NodeCertificateStatusRequest {
message NodeCertificateStatusResponse {
IssuanceStatus status = 1;
Certificate certificate = 2;
bytes root_ca_bundle = 3 [(gogoproto.customname) = "RootCABundle"];
}

message IssueNodeCertificateRequest {
Expand Down
Loading

0 comments on commit b035a18

Please sign in to comment.