Managing Replication Agreements - dogtagpki/freeipa GitHub Wiki

Listing IPA Replication Agreements

$ ipa-replica-manage list
$ ipa-replica-manage list <hostname>

Listing PKI Replication Agreements

$ ipa-csreplica-manage list
$ ipa-csreplica-manage list <hostname>

Creating IPA Replication Agreements

$ ipa-replica-manage connect <server1> <server2>

Creating PKI Replication Agreements

$ ipa-csreplica-manage connect <server1> <server2>

Removing IPA Replication Agreements

$ ipa-replica-manage disconnect <server1> <server2>

Removing PKI Replication Agreements

$ ipa-csreplica-manage disconnect <server1> <server2>

Forcing IPA Replication

$ ipa-replica-manage force-sync --from <hostname>

Forcing PKI Replication

$ ipa-csreplica-manage force-sync --from <hostname>

Reinitializing IPA Replication

$ ipa-replica-manage re-initialize --from <hostname>

Reinitializing PKI Replication

$ ipa-csreplica-manage re-initialize --from <hostname>

See Also

⚠️ **GitHub.com Fallback** ⚠️