certmanager v1.14

Order.status.authorizations[].challenges[]

Challenge specifies a challenge offered by the ACME server for an Order. An appropriate Challenge resource can be created to perform the ACME challenge process.

3 fields
Order.status.authorizations[].challenges[] fields and descriptions
Field / TypeDescription
token
string required

Token is the token that must be presented for this challenge. This is used to compute the 'key' that must also be presented.

type
string required

Type is the type of challenge being offered, e.g. 'http-01', 'dns-01', 'tls-sni-01', etc. This is the raw value retrieved from the ACME server. Only 'http-01' and 'dns-01' are supported by cert-manager, other values will be ignored.

url
string required

URL is the URL of this challenge. It can be used to retrieve additional metadata about the Challenge from the ACME server.