Skip to content

Commit

Permalink
Increase duration of CA certificate
Browse files Browse the repository at this point in the history
This is a long shot, but perhaps it helps resolving the issue of the
secret not being updated when cert-manager renews a certificate. The
idea is taken from:
cert-manager/cert-manager#5851 (comment)
  • Loading branch information
DTLP committed Jan 10, 2025
1 parent 2fd6955 commit 2a4d1aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cockroachdb/manifests-cert-manager/certificates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ spec:
name: cockroachdb-selfsigned-issuer
kind: Issuer
group: cert-manager.io
duration: 4320h # 6 months
renewBefore: 2160h # 3 months
---
apiVersion: cert-manager.io/v1
kind: Issuer
Expand Down

0 comments on commit 2a4d1aa

Please sign in to comment.