cert-manager: Drop tabitha.biz certificate

This site now obtains its own certificate using Apache _mod_md_.
This commit is contained in:
2025-07-23 11:41:09 -05:00
parent 592ff3ce9e
commit 81f8c58816
4 changed files with 0 additions and 25 deletions

View File

@@ -53,24 +53,6 @@ spec:
algorithm: ECDSA
rotationPolicy: Always
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: tabitha-cert
spec:
secretName: tabitha-cert
dnsNames:
- tabitha.biz
- '*.tabitha.biz'
issuerRef:
group: cert-manager.io
kind: ClusterIssuer
name: zerossl
privateKey:
algorithm: ECDSA
rotationPolicy: Always
---
apiVersion: cert-manager.io/v1
kind: Certificate