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

ipaserver,ipareplica: Add random_serial_numbers to options #852

Merged
merged 1 commit into from
Jul 6, 2022

Commits on Jul 6, 2022

  1. ipaserver,ipareplica: Add random_serial_numbers to options

    With the support for Random Serial Numbers v3 in FreeIPA 4.10, the
    attribute random_serial_numbers has been added to the installer options.
    
    options._random_serial_numbers is generated by ca.install_check and
    later used by ca.install in the _setup_ca module.
    
    ca.install_check is using options.random_serial_numbers and generating
    options._random_serial_numbers which is later used by ca.install in
    ca.install the _setup_ca module.
    
    Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2103928
           https://bugzilla.redhat.com/show_bug.cgi?id=2103924
    t-woerner committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7db5d59 View commit details
    Browse the repository at this point in the history