Skip to content

Commit b63f567

Browse files
committed
Revert unnecessary diff
1 parent a62c3a5 commit b63f567

File tree

2 files changed

+8
-22
lines changed

2 files changed

+8
-22
lines changed

sa/proto/sa.pb.go

Lines changed: 8 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sa/proto/sa.proto

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ message NewOrderRequest {
213213
google.protobuf.Timestamp expires = 5;
214214
reserved 3; // Previously dnsNames
215215
repeated core.Identifier identifiers = 9;
216-
// A list of already-existing authorization IDs that should be associated with
217-
// the new Order object. This is for authorization reuse.
218216
repeated int64 v2Authorizations = 4;
219217
string certificateProfileName = 7;
220218
// Replaces is the ARI certificate Id that this order replaces.
@@ -246,11 +244,6 @@ message NewAuthzRequest {
246244

247245
message NewOrderAndAuthzsRequest {
248246
NewOrderRequest newOrder = 1;
249-
// Authorizations to be newly created alongside the order, and associated with it.
250-
// These will be combined with any reused authorizations (newOrder.v2Authorizations)
251-
// to make the overall set of authorizations for the order. This field and
252-
// newOrder.v2Authorizations may both be present, or only one of the two may be
253-
// present, but they may not both be absent.
254247
repeated NewAuthzRequest newAuthzs = 2;
255248
}
256249

0 commit comments

Comments
 (0)