Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always renew certificate if it can't be checked for renewal #2395

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

ramondeklein
Copy link
Contributor

This PR will always renew the private key/certificate if it cannot check if the certficate should be renewed. The only reasons why this check fails is:

  • TLS private key cannot be parsed.
  • TLS certificate cannot be parsed.
  • The private key and certificate don't have matching private/public keys.

All reasons are valid reasons to renew the private key and certificate.

@ramondeklein ramondeklein self-assigned this Feb 12, 2025
@ramondeklein ramondeklein added the bug Something isn't working label Feb 12, 2025
Copy link
Contributor

@shtripat shtripat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@harshavardhana harshavardhana merged commit 5340a62 into minio:master Feb 12, 2025
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants