File tree Expand file tree Collapse file tree 2 files changed +8
-22
lines changed
Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Original file line number Diff line number Diff 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
247245message 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
You can’t perform that action at this time.
0 commit comments