Temporary switch to staging acme url

This commit is contained in:
2024-12-30 16:04:31 +01:00
parent 9d078e6c9d
commit 20b7f94d9d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# /clusters/prod/vars.yaml # /clusters/prod/cluster-vars.yaml
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
metadata: metadata:

View File

@@ -6,7 +6,7 @@ metadata:
spec: spec:
acme: acme:
email: ${LETSENCRYPT_EMAIL} email: ${LETSENCRYPT_EMAIL}
server: https://acme-v02.api.letsencrypt.org/directory server: https://acme-staging-v02.api.letsencrypt.org/directory
privateKeySecretRef: privateKeySecretRef:
name: cloudflare-prod-issuer-account-key name: cloudflare-prod-issuer-account-key
solvers: solvers: