Challenge.status
| Field / Type | Description |
|---|---|
presented | presented will be set to true if the challenge values for this challenge are currently 'presented'. This *does not* imply the self check is passing. Only that the values have been 'submitted' for the appropriate challenge mechanism (i.e. the DNS01 TXT record has been presented, or the HTTP01 configuration has been configured). |
processing | Used to denote whether this challenge should be processed or not. This field will only be set to true by the 'scheduling' component. It will only be set to false by the 'challenges' controller, after the challenge has reached a final state or timed out. If this field is set to false, the challenge controller will not take any more action. |
reason | Contains human readable information on why the Challenge is in the current state. |
state | Contains the current 'state' of the challenge. If not set, the state of the challenge is unknown.
|