2023-04-13 04:52:05 +00:00
|
|
|
apiVersion: cert-manager.io/v1
|
|
|
|
kind: Certificate
|
|
|
|
metadata:
|
|
|
|
name: wildcard-main-cert
|
|
|
|
namespace: cert-manager
|
|
|
|
spec:
|
|
|
|
secretName: wildcard-main-tls
|
|
|
|
|
|
|
|
secretTemplate:
|
|
|
|
annotations:
|
2023-04-15 05:17:55 +00:00
|
|
|
replicator.v1.mittwald.de/replicate-to: "traefik,download,media,tools,management,authentik,database,monitoring"
|
2023-04-13 04:52:05 +00:00
|
|
|
|
|
|
|
duration: 2160h # 90d
|
|
|
|
renewBefore: 360h # 15d
|
|
|
|
|
|
|
|
issuerRef:
|
2023-04-13 05:25:19 +00:00
|
|
|
name: letsencrypt-production
|
2023-04-13 04:52:05 +00:00
|
|
|
kind: ClusterIssuer
|
|
|
|
|
|
|
|
dnsNames:
|
|
|
|
- "*.${SECRET_NEW_DOMAIN}"
|
2023-04-14 04:42:02 +00:00
|
|
|
- "*.k3s.${SECRET_NEW_DOMAIN}"
|
|
|
|
- "*.database.${SECRET_NEW_DOMAIN}"
|