mirror of
https://github.com/nofusscomputing/kubernetes.git
synced 2025-08-02 04:22:42 +00:00
17 lines
286 B
YAML
17 lines
286 B
YAML
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: cluster-ca
|
|
spec:
|
|
isCA: true
|
|
commonName: cluster.local
|
|
secretName: cluster-ca-cert
|
|
privateKey:
|
|
algorithm: ECDSA
|
|
size: 256
|
|
issuerRef:
|
|
name: selfsigned
|
|
kind: Issuer
|
|
group: cert-manager.io
|