1
0
Fork 0

cert-manager: Drop tabitha.biz certificate

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

View File

@ -14,11 +14,6 @@ certs:
key: certificates/hatch.chat.key key: certificates/hatch.chat.key
cert: certificates/hatch.chat.crt cert: certificates/hatch.chat.crt
bundle: certificates/hatch.chat.pem bundle: certificates/hatch.chat.pem
- name: tabitha-cert
namespace: default
key: certificates/tabitha.biz.key
cert: certificates/tabitha.biz.crt
bundle: certificates/tabitha.biz.pem
- name: chmod777-cert - name: chmod777-cert
namespace: default namespace: default
key: certificates/chmod777.sh.key key: certificates/chmod777.sh.key

View File

@ -20,7 +20,6 @@ rules:
- pyrocufflink-cert - pyrocufflink-cert
- dustinhatchname-cert - dustinhatchname-cert
- hatchchat-cert - hatchchat-cert
- tabitha-cert
- chmod777-cert - chmod777-cert
- dustinandtabitha-cert - dustinandtabitha-cert
- hlc-cert - hlc-cert

View File

@ -53,24 +53,6 @@ spec:
algorithm: ECDSA algorithm: ECDSA
rotationPolicy: Always 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 apiVersion: cert-manager.io/v1
kind: Certificate kind: Certificate

View File

@ -13,7 +13,6 @@ rules:
- pyrocufflink-cert - pyrocufflink-cert
- dustinhatchname-cert - dustinhatchname-cert
- hatchchat-cert - hatchchat-cert
- tabitha-cert
- chmod777-cert - chmod777-cert
- dustinandtabitha-cert - dustinandtabitha-cert
- hlc-cert - hlc-cert