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

Adding useful information to trust cert-manager cert for minio #1631

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented Jun 9, 2023

Objective:

To help users to trust MinIO Cert when cert-manager is used.

Issue:

AWS SDK exposed: Empty issuer DN not allowed in X509Certificates

Solution:

  • In the Certificate from cert-manager add spec.subject.organization and/or spec.commonName
  subject:
    organizations:
      - jetstack
  # The use of the common name field has been deprecated since 2000 and is
  # discouraged from being used.
  commonName: example.com

Documentation:

https://cert-manager.io/docs/usage/certificate/

@cniackz cniackz self-assigned this Jun 9, 2023
@harshavardhana harshavardhana merged commit f0cafa9 into minio:master Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants