cert-manager: Add cert for apps.du5t1n.xyz

This commit is contained in:
2024-11-05 07:04:27 -06:00
parent 4ad5518f18
commit e1d9833e83
3 changed files with 23 additions and 0 deletions

View File

@@ -136,3 +136,20 @@ spec:
privateKey:
algorithm: ECDSA
rotationPolicy: Always
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: appsxyz-cert
spec:
secretName: appsxyz-cert
dnsNames:
- apps.du5t1n.xyz
issuerRef:
group: cert-manager.io
kind: ClusterIssuer
name: zerossl
privateKey:
algorithm: ECDSA
rotationPolicy: Always