infra/rapps/issuer.yml
Gabriel Simmer e5e4c83f81 Initial commit, porting existing apps
Includes vaultwarden, hue and basic registry
2022-07-10 00:47:14 +01:00

21 lines
542 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:
- dns01:
cloudflare:
apiTokenSecretRef:
name: cloudflare
key: api-token