SA: Enable OrderReadyStatus feature flag in config-next. (#3738)

We landed this feature flag disabled pending Certbot's acme library
supporting this status value. That work has landed and so we can enable
this feature in `config-next` ahead of a staging/prod rollout.
This commit is contained in:
Daniel McCarney 2018-05-29 13:32:58 -04:00 committed by Roland Bracewell Shoemaker
parent d42a0ab277
commit 783784b680
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
"RPCHeadroom": true,
"WildcardDomains": true,
"AllowRenewalFirstRL": true,
"OrderReadyStatus": false
"OrderReadyStatus": true
}
},