Webhook
webhook `Issuer
` は汎用的なACMEソルバーです。実際の作業は外部サービスによって実行されます。それぞれのドキュメントを参照してください。dns-providers
その他のwebhookソルバーは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>