55 lines
1023 B
YAML
55 lines
1023 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: pyrocufflink-cert
|
|
spec:
|
|
secretName: pyrocufflink-cert
|
|
dnsNames:
|
|
- '*.pyrocufflink.blue'
|
|
- '*.pyrocufflink.net'
|
|
- pyrocufflink.blue
|
|
- pyrocufflink.net
|
|
issuerRef:
|
|
group: cert-manager.io
|
|
kind: ClusterIssuer
|
|
name: zerossl
|
|
privateKey:
|
|
algorithm: ECDSA
|
|
rotationPolicy: Always
|
|
|
|
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: dustinhatchname-cert
|
|
spec:
|
|
secretName: dustinhatchname-cert
|
|
dnsNames:
|
|
- dustin.hatch.name
|
|
- '*.dustin.hatch.name'
|
|
issuerRef:
|
|
group: cert-manager.io
|
|
kind: ClusterIssuer
|
|
name: zerossl
|
|
privateKey:
|
|
algorithm: ECDSA
|
|
rotationPolicy: Always
|
|
|
|
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: hatchchat-cert
|
|
spec:
|
|
secretName: hatchchat-cert
|
|
dnsNames:
|
|
- hatch.chat
|
|
- '*.hatch.chat'
|
|
issuerRef:
|
|
group: cert-manager.io
|
|
kind: ClusterIssuer
|
|
name: zerossl
|
|
privateKey:
|
|
algorithm: ECDSA
|
|
rotationPolicy: Always
|