-
- Downloads
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
Showing
- roles/ipareplica/library/ipareplica_prepare.py 7 additions, 0 deletionsroles/ipareplica/library/ipareplica_prepare.py
- roles/ipareplica/library/ipareplica_setup_ca.py 6 additions, 0 deletionsroles/ipareplica/library/ipareplica_setup_ca.py
- roles/ipareplica/tasks/install.yml 1 addition, 0 deletionsroles/ipareplica/tasks/install.yml
- roles/ipaserver/library/ipaserver_prepare.py 8 additions, 1 deletionroles/ipaserver/library/ipaserver_prepare.py
- roles/ipaserver/library/ipaserver_setup_ca.py 6 additions, 0 deletionsroles/ipaserver/library/ipaserver_setup_ca.py
- roles/ipaserver/tasks/install.yml 2 additions, 0 deletionsroles/ipaserver/tasks/install.yml
Loading
Please register or sign in to comment