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

Ignore root cert expiration in Server. #26372

Commits on May 4, 2023

  1. Ignore root cert expiration in Server.

    Since there is no real way to rotate the root cert for a fabric, even just to
    update its validity period, enforcing the validity period for it just means
    making the fabric not work and runs the risk of making devices completely
    unreachable.
    
    Switch to not validating expiration time for a root certificate, while keeping
    existing behavior for the NotBefore and all other certificate types.
    bzbarsky-apple committed May 4, 2023
    Configuration menu
    Copy the full SHA
    e8d1b32 View commit details
    Browse the repository at this point in the history