cert-manager: Add cert for dustin.hatch.name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user