feat: add repair-certificates script for managing stuck certificates and ACME orders

This commit is contained in:
2026-05-18 04:24:21 +00:00
parent 54abfdd469
commit 5733c20098

View File

@@ -11,6 +11,10 @@ defaultConfig:
internalDomain: "{{ .cloud.internalDomain }}"
email: "{{ .operator.email }}"
cloudflareDomain: "{{ .cloud.baseDomain }}"
scripts:
- name: repair-certificates
path: scripts/repair-certificates.sh
description: Fix stuck certificates, orphaned ACME orders, and Cloudflare DNS cleanup errors
defaultSecrets:
- key: cloudflareToken
deploy: