c4k-shynet/src/main/resources/shynet/certificate.yaml

13 lines
230 B
YAML
Raw Normal View History

2022-01-21 12:15:23 +00:00
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: shynet-cert
namespace: default
spec:
secretName: shynet-secret
commonName: fqdn
dnsNames:
- fqdn
issuerRef:
2022-02-12 20:05:12 +00:00
name: REPLACEME
2022-01-21 12:15:23 +00:00
kind: ClusterIssuer