Skip to content

Commit cb53a70

Browse files
Let's see if I can make a sub-sub-domain cert
1 parent 3ebdb5f commit cb53a70

File tree

3 files changed

+15
-26
lines changed

3 files changed

+15
-26
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
apiVersion: cert-manager.io/v1
3+
kind: Certificate
4+
metadata:
5+
name: "infra.franta.us-production"
6+
spec:
7+
secretName: "infra.franta.us-production-tls"
8+
issuerRef:
9+
name: letsencrypt-production
10+
kind: ClusterIssuer
11+
commonName: "infra.franta.us"
12+
dnsNames:
13+
- "infra.franta.us"
14+
- "*.infra.franta.us"

kubernetes/apps/cert-manager/cert-manager/issuers/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ resources:
55
- ./externalsecret.yaml
66
- ./issuers.yaml
77
- ./ca.yaml
8+
- ./infra-certificate.yaml

kubernetes/apps/cert-manager/cert-manager/issuers/secret.sops.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)