mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Allow replicas of an IPA server using an internal dogtag server as the CA
This involves creating a new CA instance on the replica and using pkisilent to create a clone of the master CA. Also generally fixes IPA to work with the latest dogtag SVN tip. A lot of changes to ports and configuration have been done recently.
This commit is contained in:
@@ -521,7 +521,7 @@ def main():
|
||||
pass
|
||||
|
||||
cs = cainstance.CADSInstance()
|
||||
cs.create_instance("dirsrv", realm_name, host_name, domain_name, dm_password)
|
||||
cs.create_instance(ds_user, realm_name, host_name, domain_name, dm_password)
|
||||
ca = cainstance.CAInstance()
|
||||
ca.configure_instance("pkiuser", host_name, dm_password, dm_password)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user