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

🐛 Fix the valid client certificate check #378

Merged

Commits on Mar 15, 2024

  1. Fix the valid client certificate check

    The commit edef33d introduced
    additional checks on the certificate subject. The issue is that the
    order of the groups and organizational units are not consistent, so it
    was causing the addon-framework to generate several CSRs with many
    coming back as invalid.
    
    This takes the approach of sorting the strings before doing the
    comparison.
    
    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    mprahl committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    7835988 View commit details
    Browse the repository at this point in the history