1
0
Fork 0

cert-manager: Drop dustin.hatch.name certificate

This site now obtains its own certificate using Apache _mod_md_.
pull/78/head
Dustin 2025-08-07 11:26:23 -05:00
parent 2b109589c2
commit aa27579582
4 changed files with 0 additions and 24 deletions

View File

@ -5,10 +5,6 @@ certs:
key: certificates/_.pyrocufflink.net.key key: certificates/_.pyrocufflink.net.key
cert: certificates/_.pyrocufflink.net.crt cert: certificates/_.pyrocufflink.net.crt
bundle: certificates/_.pyrocufflink.net.pem bundle: certificates/_.pyrocufflink.net.pem
- name: dustinhatchname-cert
namespace: default
key: acme.sh/dustin.hatch.name/dustin.hatch.name.key
cert: acme.sh/dustin.hatch.name/fullchain.cer
- name: dustinandtabitha-cert - name: dustinandtabitha-cert
namespace: default namespace: default
key: certificates/dustinandtabitha.com.key key: certificates/dustinandtabitha.com.key

View File

@ -18,7 +18,6 @@ rules:
- get - get
resourceNames: resourceNames:
- pyrocufflink-cert - pyrocufflink-cert
- dustinhatchname-cert
- dustinandtabitha-cert - dustinandtabitha-cert
- hlc-cert - hlc-cert

View File

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

View File

@ -11,7 +11,6 @@ rules:
- get - get
resourceNames: resourceNames:
- pyrocufflink-cert - pyrocufflink-cert
- dustinhatchname-cert
- dustinandtabitha-cert - dustinandtabitha-cert
- hlc-cert - hlc-cert