diff --git a/apps/templates/cert-manager.yaml b/apps/templates/cert-manager.yaml index b2658d9..52a5012 100644 --- a/apps/templates/cert-manager.yaml +++ b/apps/templates/cert-manager.yaml @@ -24,4 +24,21 @@ spec: syncPolicy: automated: prune: true - selfHeal: true \ No newline at end of file + selfHeal: true + +--- +apiVersion: cert-manager.io/v1 +kind: Issuer +metadata: + name: roxedus.com_cloudflare +spec: + acme: + server: https://acme-staging-v02.api.letsencrypt.org/directory + privateKeySecretRef: + name: cloudflare-issuer-account-key + solvers: + - dns01: + cloudflare: + apiTokenSecretRef: + name: cloudflare-api-token-secret + key: CLOUDFLARE_API_KEY \ No newline at end of file