cert-manager: Add cert for apps.du5t1n.xyz
parent
4ad5518f18
commit
e1d9833e83
|
@ -34,3 +34,8 @@ 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,6 +24,7 @@ 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,3 +136,20 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue