1
0
Fork 0

cert-manager: Drop HLC certificate

This site now obtains its own certificate using Apache _mod_md_.
pull/83/head
Dustin 2025-09-07 10:30:20 -05:00
parent 2a0fdc07df
commit b068a260e7
4 changed files with 0 additions and 35 deletions

View File

@ -5,8 +5,3 @@ certs:
key: certificates/_.pyrocufflink.net.key
cert: certificates/_.pyrocufflink.net.crt
bundle: certificates/_.pyrocufflink.net.pem
- name: hlc-cert
namespace: default
key: certificates/hatchlearningcenter.org.key
cert: certificates/hatchlearningcenter.org.crt
bundle: certificates/hatchlearningcenter.org.pem

View File

@ -18,7 +18,6 @@ rules:
- get
resourceNames:
- pyrocufflink-cert
- hlc-cert
---
apiVersion: rbac.authorization.k8s.io/v1

View File

@ -16,31 +16,3 @@ spec:
privateKey:
algorithm: ECDSA
rotationPolicy: Always
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: hlc-cert
spec:
secretName: hlc-cert
dnsNames:
- hatchlearningcenter.org
- '*.hatchlearningcenter.org'
- hatchlearningcenter.com
- '*.hatchlearningcenter.com'
- hlckc.org
- '*.hlckc.org'
- hlckc.com
- '*.hlckc.com'
- hlcks.org
- '*.hlcks.org'
- hlcks.com
- '*.hlcks.com'
issuerRef:
group: cert-manager.io
kind: ClusterIssuer
name: zerossl
privateKey:
algorithm: ECDSA
rotationPolicy: Always

View File

@ -11,7 +11,6 @@ rules:
- get
resourceNames:
- pyrocufflink-cert
- hlc-cert
---
apiVersion: rbac.authorization.k8s.io/v1