agentic-os/platform/security/cert-manager/cluster-issuer-stub.yaml

8 lines
191 B
YAML

# Replace with ACME/Let's Encrypt or private CA issuer matching your cluster.
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigned-bootstrap
spec:
selfSigned: {}