cert-manager: Add cert for dustinandtabitha.com

This commit is contained in:
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
cert: certificates/chmod777.sh.crt
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: |
KnownHostsCommand /usr/bin/curl -fsL https://files.pyrocufflink.blue/ssh_known_hosts
@@ -65,6 +70,7 @@ rules:
- tabitha-cert
- dcow-cert
- chmod777-cert
- dustinandtabitha-cert
---
apiVersion: rbac.authorization.k8s.io/v1