1
0
Fork 0

cert-manager: Add cert for apps.du5t1n.xyz

pull/32/head
Dustin 2024-11-05 07:04:27 -06:00
parent 4ad5518f18
commit e1d9833e83
3 changed files with 23 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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