[FEATURE] make cert-manager Certificate duration configurable
Nobody has claimed this yet.
- Dominant language
- Go Template
- Stars
- 51
- Forks
- 7
- Avg merge
- 5d 23m
- Merged PRs (30d)
- 5
Description
Is your feature request related to a problem? Please describe.
Right now the duration of cert-manager issued certificates seems to be hard-coded (to 100 years).
Describe the solution you'd like
A way to configure the duration (something like spec.tls.duration).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the cert-manager Certificate resource template and the existing hard-coded duration in the operator. Trace how TLS settings are represented under spec.tls, then check the rendered Kubernetes manifest or relevant tests. Done means users can configure the Certificate duration through spec.tls.duration and the generated resource uses that value.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100