Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClusterIssuerSpecAcmeSolversDns01Webhook

Configure an external webhook based DNS01 challenge solver to manage DNS01 challenge records.

schema

ClusterIssuerSpecAcmeSolversDns01Webhook

Hierarchy

  • ClusterIssuerSpecAcmeSolversDns01Webhook

Index

Properties

Optional Readonly config

config: any

Additional configuration that should be passed to the webhook apiserver when challenges are processed. This can contain arbitrary JSON data. Secret values should not be specified in this stanza. If secret values are needed (e.g. credentials for a DNS service), you should use a SecretKeySelector to reference a Secret resource. For details on the schema of this field, consult the webhook provider implementation's documentation.

schema

ClusterIssuerSpecAcmeSolversDns01Webhook#config

Readonly groupName

groupName: string

The API group name that should be used when POSTing ChallengePayload resources to the webhook apiserver. This should be the same as the GroupName specified in the webhook provider implementation.

schema

ClusterIssuerSpecAcmeSolversDns01Webhook#groupName

Readonly solverName

solverName: string

The name of the solver to use, as defined in the webhook provider implementation. This will typically be the name of the provider, e.g. 'cloudflare'.

schema

ClusterIssuerSpecAcmeSolversDns01Webhook#solverName

Generated using TypeDoc