1
0
Fork 0

cert-manager: Drop apps.d.x certificate

This site now obtains its own certificate using Apache _mod_md_.
pull/74/head
Dustin 2025-07-23 11:29:34 -05:00
parent 36015084c8
commit 592ff3ce9e
4 changed files with 0 additions and 24 deletions

View File

@ -34,8 +34,3 @@ certs:
key: certificates/hatchlearningcenter.org.key key: certificates/hatchlearningcenter.org.key
cert: certificates/hatchlearningcenter.org.crt cert: certificates/hatchlearningcenter.org.crt
bundle: certificates/hatchlearningcenter.org.pem bundle: certificates/hatchlearningcenter.org.pem
- name: appsxyz-cert
namespace: default
key: certificates/apps.du5t1n.xyz.key
cert: certificates/apps.du5t1n.xyz.crt
bundle: certificates/apps.du5t1n.xyz.pem

View File

@ -24,7 +24,6 @@ rules:
- chmod777-cert - chmod777-cert
- dustinandtabitha-cert - dustinandtabitha-cert
- hlc-cert - hlc-cert
- appsxyz-cert
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1

View File

@ -136,20 +136,3 @@ spec:
privateKey: privateKey:
algorithm: ECDSA algorithm: ECDSA
rotationPolicy: Always 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

View File

@ -17,7 +17,6 @@ rules:
- chmod777-cert - chmod777-cert
- dustinandtabitha-cert - dustinandtabitha-cert
- hlc-cert - hlc-cert
- appsxyz-cert
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1