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:
parent
d42a0ab277
commit
783784b680
|
|
@ -30,7 +30,7 @@
|
|||
"RPCHeadroom": true,
|
||||
"WildcardDomains": true,
|
||||
"AllowRenewalFirstRL": true,
|
||||
"OrderReadyStatus": false
|
||||
"OrderReadyStatus": true
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue