cert-manager: Add cert for dustin.hatch.name

This commit is contained in:
2023-04-26 06:59:08 -05:00
parent a507fe1090
commit da211ef63c
2 changed files with 23 additions and 0 deletions

View File

@@ -16,3 +16,21 @@ spec:
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