Files
homelab/k8s/core/cert-manager/self-signed.yaml
ab cb6e7405e6
All checks were successful
Check with kubeconform / lint (push) Successful in 11s
Add k8s/core/cert-manager/self-signed.yaml
2025-05-14 14:03:43 +00:00

30 lines
461 B
YAML

---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigned
spec:
selfSigned: {}
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: hexor-ca-root
spec:
isCA: true
commonName: hexor-ca
secretName: hexor-ca-root-secret
issuerRef:
name: selfsigned
kind: ClusterIssuer
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: hexor-lab
spec:
ca:
secretName: hexor-ca-root-secret