2023-04-13 00:52:05 -04:00
|
|
|
apiVersion: cert-manager.io/v1
|
|
|
|
kind: Certificate
|
|
|
|
metadata:
|
|
|
|
name: wildcard-main-cert
|
2024-09-15 18:14:23 -04:00
|
|
|
namespace: nginx
|
2023-04-13 00:52:05 -04:00
|
|
|
spec:
|
|
|
|
secretName: wildcard-main-tls
|
|
|
|
|
|
|
|
duration: 2160h # 90d
|
|
|
|
renewBefore: 360h # 15d
|
|
|
|
|
|
|
|
issuerRef:
|
2023-04-13 01:25:19 -04:00
|
|
|
name: letsencrypt-production
|
2023-04-13 00:52:05 -04:00
|
|
|
kind: ClusterIssuer
|
|
|
|
|
|
|
|
dnsNames:
|
2024-07-03 15:54:03 -04:00
|
|
|
- "${SECRET_NEW_DOMAIN}"
|
2024-09-12 17:52:21 -04:00
|
|
|
- "*.${SECRET_NEW_DOMAIN}"
|
|
|
|
- "*.internal.${SECRET_NEW_DOMAIN}"
|