新:在TwitterMastodon

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 提供商将包含其自身的特定配置,但都要求 groupNamesolverName 字段。

apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: example-issuer
spec:
acme:
...
solvers:
- dns01:
webhook:
groupName: $WEBHOOK_GROUP_NAME
solverName: $WEBHOOK_SOLVER_NAME
config:
...
<webhook-specific-configuration>