1
0
Fork 0

cert-manager: Add cert for dustinandtabitha.com

dch-webhooks-secrets
Dustin 2023-06-20 14:50:12 -05:00
parent a79883aecd
commit 3c1b637ddf
2 changed files with 26 additions and 0 deletions

View File

@ -43,6 +43,11 @@ data:
key: certificates/chmod777.sh.key key: certificates/chmod777.sh.key
cert: certificates/chmod777.sh.crt cert: certificates/chmod777.sh.crt
bundle: certificates/chmod777.sh.pem bundle: certificates/chmod777.sh.pem
- name: dustinandtabitha-cert
namespace: default
key: certificates/dustinandtabitha.com.key
cert: certificates/dustinandtabitha.com.crt
bundle: certificates/dustinandtabitha.com.pem
known-hosts-command.ssh_config: | known-hosts-command.ssh_config: |
KnownHostsCommand /usr/bin/curl -fsL https://files.pyrocufflink.blue/ssh_known_hosts KnownHostsCommand /usr/bin/curl -fsL https://files.pyrocufflink.blue/ssh_known_hosts
@ -65,6 +70,7 @@ rules:
- tabitha-cert - tabitha-cert
- dcow-cert - dcow-cert
- chmod777-cert - chmod777-cert
- dustinandtabitha-cert
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1

View File

@ -106,3 +106,23 @@ spec:
privateKey: privateKey:
algorithm: ECDSA algorithm: ECDSA
rotationPolicy: Always rotationPolicy: Always
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: dustinandtabitha-cert
spec:
secretName: dustinandtabitha-cert
dnsNames:
- dustinandtabitha.com
- '*.dustinandtabitha.com'
- dustinandtabitha.xyz
- '*.dustinandtabitha.xyz'
issuerRef:
group: cert-manager.io
kind: ClusterIssuer
name: zerossl
privateKey:
algorithm: ECDSA
rotationPolicy: Always