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

NAS-110417 / 12.0 / Have unique serial number for certs (by sonicaj) #6883

Merged
merged 1 commit into from
May 12, 2021

Commits on May 12, 2021

  1. Have unique serial number for certs

    When creating a self generated certificate, we should have unique serial numbers. The upper limit for serial is 2^160 but in the changes i am keeping it 30 as otherwise it will just be a really long number which is hard to access and it has a low probability that we have 2 self signed certificates generated by us with same serial number.
    
    (cherry picked from commit 3909aea)
    sonicaj authored and User Bugclerk committed May 12, 2021
    Configuration menu
    Copy the full SHA
    d0f05cd View commit details
    Browse the repository at this point in the history