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

improve CA and certificate generation #2834

Merged

Commits on Aug 9, 2022

  1. improve CA and certificate generation

    Recently during an audit on a user's cluster, it was discovered that
    OLM's certificate generation functionality has a few minor shortcomings.
      1) The generated CA and server cert do not include a common name,
         which causes some tooling to have trouble tracing the cert chain.
      2) The generated CA and server cert include unnecessary key usages,
         which means those certificates can be used for more than their
         intended purposes.
    
    This commit resolves the above issues by ensuring the certificates
    include common names and by using the minimal key usages necessary.
    
    Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
    joelanford committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b2b6681 View commit details
    Browse the repository at this point in the history