cert-manager: Drop apps.d.x certificate
This site now obtains its own certificate using Apache _mod_md_.pull/74/head
parent
36015084c8
commit
592ff3ce9e
|
@ -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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue