infra/homelab/issuer.yml
2022-10-18 16:01:01 +01:00

25 lines
678 B
YAML

apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
name: le-issuer
spec:
acme:
# The ACME server URL
server: https://acme-v02.api.letsencrypt.org/directory
# Email address used for ACME registration
email: mc-invites@gmem.ca
# Name of a secret used to store the ACME account private key
privateKeySecretRef:
name: letsencrypt-pro
# Enable the HTTP-01 challenge provider
solvers:
- selector:
dnsZones:
- "gmem.ca"
dns01:
route53:
region: us-east-1
accessKeyID: AKIA5VMESTY2UY5MRR42
secretAccessKeySecretRef:
name: route53
key: secret-access-key