Skip to content

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