We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick note: Based on the docs from cert-manager: https://cert-manager.io/docs/configuration/acme/dns01/webhook/
the webhook dict key is incorrectly indented.
apiVersion: cert-manager.io/v1 kind: ClusterIssuer metadata: name: letsencrypt-staging spec: acme: server: https://acme-staging-v02.api.letsencrypt.org/directory email: [email protected] privateKeySecretRef: name: letsencrypt-staging solvers: - dns01: webhook: solverName: linode groupName: acme.slicen.me
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Quick note:
Based on the docs from cert-manager: https://cert-manager.io/docs/configuration/acme/dns01/webhook/
the webhook dict key is incorrectly indented.
The text was updated successfully, but these errors were encountered: