cert-manager: Drop acmeDNS solver
ACME DNS seems to have stopped working (401 Unauthorized for all requests). I've migrated the rest of the domains to use Cloudflare.dch-webhooks-secrets
parent
8f7c42e054
commit
64514e4b2a
|
@ -21,21 +21,3 @@ spec:
|
||||||
apiTokenSecretRef:
|
apiTokenSecretRef:
|
||||||
name: cloudflare
|
name: cloudflare
|
||||||
key: cloudflare.api-token
|
key: cloudflare.api-token
|
||||||
- dns01:
|
|
||||||
cnameStrategy: Follow
|
|
||||||
acmeDNS:
|
|
||||||
host: https://auth.acme-dns.io/
|
|
||||||
accountSecretRef:
|
|
||||||
name: acme-dns
|
|
||||||
key: acme-dns.json
|
|
||||||
selector:
|
|
||||||
dnsNames:
|
|
||||||
- pyrocufflink.blue
|
|
||||||
- '*.pyrocufflink.blue'
|
|
||||||
- pyrocufflink.net
|
|
||||||
- '*.pyrocufflink.net'
|
|
||||||
- dustin.hatch.name
|
|
||||||
- '*.dustin.hatch.name'
|
|
||||||
- aimee-os.org
|
|
||||||
- '*.aimee-os.org'
|
|
||||||
- '*.import.firefly.pyrocufflink.blue'
|
|
||||||
|
|
Loading…
Reference in New Issue