summaryrefslogtreecommitdiff
path: root/f3s/cert-manager/wildcard-certificate.yaml
blob: 5bf249e46e71d3a4cdd52948ffc15f855341fee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
# Wildcard certificate for *.f3s.lan.buetow.org
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: f3s-lan-wildcard
  namespace: cert-manager
spec:
  secretName: f3s-lan-tls
  issuerRef:
    name: selfsigned-ca-issuer
    kind: ClusterIssuer
    group: cert-manager.io
  commonName: "*.f3s.lan.buetow.org"
  dnsNames:
    - "*.f3s.lan.buetow.org"
    - "f3s.lan.buetow.org"
  privateKey:
    algorithm: RSA
    size: 2048
  duration: 2160h # 90 days
  renewBefore: 360h # 15 days