Joey Hafner bbe52da9bb
#10 Reorganize Nix code
- Flake to build personal systems moved to `dotfiles/`
- Flake to build silver-flame cluster moved to `homelab/local-hosts/silver-flame
- Delete undercooked "digitalocean" and "iso" image builds
2024-10-28 18:04:04 -07:00

15 lines
334 B
YAML

---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
spec:
acme:
email: joey@jafner.net
server: https://acme-staging-v02.api.letsencrypt.org/directory
privateKeySecretRef:
name: staging-issuer-account-key
solvers:
- http01:
ingress:
ingressClassName: nginx