Webhook
The webhook Issuer
is a generic ACME solver. The actual work is done by an external service. Look at the respective documentation of dns-providers
.
View more webhook solvers at https://github.com/topics/cert-manager-webhook.
以下是 Webhook 提供商配置示例。所有 DNS01
提供商将包含其自身的特定配置,但都要求 groupName
和 solverName
字段。
apiVersion: cert-manager.io/v1kind: Issuermetadata:name: example-issuerspec:acme:...solvers:- dns01:webhook:groupName: $WEBHOOK_GROUP_NAMEsolverName: $WEBHOOK_SOLVER_NAMEconfig:...<webhook-specific-configuration>