certmanager v1.21.1

Challenge.spec.solver.dns01.cloudflare.apiKeySecretRef.status

5 fields
Challenge.spec.solver.dns01.cloudflare.apiKeySecretRef.status fields and descriptions
Field / TypeDescription
presented
boolean

Presented is true once cert-manager has configured the solver resources needed to expose this challenge's validation material. For example, the DNS01 TXT record has been created, or the HTTP01 solver has been configured to serve the challenge token. This does not imply the self check is passing, that the ACME server has validated the challenge, or that cert-manager has already accepted the challenge with the ACME server.

presentedAt
string

PresentedAt records when cert-manager first configured the solver resources for this challenge. This is used by the optional delay-based readiness logic.

  • format: date-time
processing
boolean

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
string

Contains human readable information on why the Challenge is in the current state.

state
string

Contains the current 'state' of the challenge. If not set, the state of the challenge is unknown.

  • enum: ["valid","ready","pending","processing","invalid","expired","errored"]