diff --git a/homelab/issuer.yml b/homelab/issuer.yml index b5f6951..b5eb2c2 100644 --- a/homelab/issuer.yml +++ b/homelab/issuer.yml @@ -13,8 +13,13 @@ spec: name: letsencrypt-pro # Enable the HTTP-01 challenge provider solvers: - - dns01: - cloudflare: - apiTokenSecretRef: - name: cloudflare - key: api-token + - selector: + dnsZones: + - "gmem.ca" + dns01: + route53: + region: us-east-1 + accessKeyID: AKIA5VMESTY2UY5MRR42 + secretAccessKeySecretRef: + name: route53 + key: secret-access-key \ No newline at end of file