1
0
Fork 0

cert-manager: Drop chmod777.sh certificate

This site now obtains its own certificate using Apache _mod_md_.
pull/74/head
Dustin 2025-07-28 18:59:06 -05:00
parent 32666aa628
commit 812b09626f
4 changed files with 0 additions and 25 deletions

View File

@ -9,11 +9,6 @@ certs:
namespace: default namespace: default
key: acme.sh/dustin.hatch.name/dustin.hatch.name.key key: acme.sh/dustin.hatch.name/dustin.hatch.name.key
cert: acme.sh/dustin.hatch.name/fullchain.cer cert: acme.sh/dustin.hatch.name/fullchain.cer
- name: chmod777-cert
namespace: default
key: certificates/chmod777.sh.key
cert: certificates/chmod777.sh.crt
bundle: certificates/chmod777.sh.pem
- name: dustinandtabitha-cert - name: dustinandtabitha-cert
namespace: default namespace: default
key: certificates/dustinandtabitha.com.key key: certificates/dustinandtabitha.com.key

View File

@ -19,7 +19,6 @@ rules:
resourceNames: resourceNames:
- pyrocufflink-cert - pyrocufflink-cert
- dustinhatchname-cert - dustinhatchname-cert
- chmod777-cert
- dustinandtabitha-cert - dustinandtabitha-cert
- hlc-cert - hlc-cert

View File

@ -35,24 +35,6 @@ spec:
algorithm: ECDSA algorithm: ECDSA
rotationPolicy: Always rotationPolicy: Always
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: chmod777-cert
spec:
secretName: chmod777-cert
dnsNames:
- chmod777.sh
- '*.chmod777.sh'
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

@ -12,7 +12,6 @@ rules:
resourceNames: resourceNames:
- pyrocufflink-cert - pyrocufflink-cert
- dustinhatchname-cert - dustinhatchname-cert
- chmod777-cert
- dustinandtabitha-cert - dustinandtabitha-cert
- hlc-cert - hlc-cert