Skip to content

Commit

Permalink
create cloudflare cluster issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
pokgak committed Sep 13, 2023
1 parent d24a5cf commit 0673287
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions system/cluster-issuer-cloudflare.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
spec:
acme:
email: m.aimanismail@gmail.com
server: https://acme-staging-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: cloudflare-issuer-account-key
solvers:
- dns01:
cloudflare:
apiTokenSecretRef:
name: cloudflare-auth
key: CF_API_TOKEN

0 comments on commit 0673287

Please sign in to comment.