This adapter allows you to use the popular Cert-Manager with Linode DNS Manager as ACME DNS01 Challange Provider.
One use-case is to use wildcard certificates with Let's Encrypt.
It leverages the official Linode Go Client
helm install cert-manager-linode chart/ -n cert-manager
https://cert-manager.io/docs/configuration/acme/dns01/webhook/
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
spec:
acme:
email: your-email-address
privateKeySecretRef:
name: letsencrypt-prod
server: https://acme-v02.api.letsencrypt.org/directory
solvers:
- dns01:
webhook:
groupName: acme.cluster.local
solverName: linode
config:
apiKey: your-api-key