summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ca.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaserver/install/ca.py')
-rw-r--r--ipaserver/install/ca.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ca.py b/ipaserver/install/ca.py
index ac72c7688..bce804ac1 100644
--- a/ipaserver/install/ca.py
+++ b/ipaserver/install/ca.py
@@ -253,7 +253,7 @@ def install_step_1(standalone, replica_config, options):
# Install CA DNS records
if bindinstance.dns_container_exists(host_name, basedn, dm_password):
bind = bindinstance.BindInstance(dm_password=dm_password)
- bind.add_ipa_ca_dns_records(host_name, domain_name)
+ bind.update_system_records()
def uninstall():