From c6d781ee897deb213411f6caba9ae8a1770af732 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 22 May 2015 10:26:22 -0400 Subject: Added deployment parameters to construct pki_clone_uri. New parameters have been added into the default.cfg to specify the master hostname and port for pki_clone_uri. By default they point to the security domain. The man page has been updated as well. https://fedorahosted.org/pki/ticket/1385 --- base/server/python/pki/server/deployment/pkihelper.py | 1 - 1 file changed, 1 deletion(-) (limited to 'base/server/python/pki/server/deployment/pkihelper.py') diff --git a/base/server/python/pki/server/deployment/pkihelper.py b/base/server/python/pki/server/deployment/pkihelper.py index 4f1c136a5..696e3d75a 100644 --- a/base/server/python/pki/server/deployment/pkihelper.py +++ b/base/server/python/pki/server/deployment/pkihelper.py @@ -678,7 +678,6 @@ class ConfigurationFile: self.confirm_data_exists("pki_clone_pkcs12_path") self.confirm_file_exists("pki_clone_pkcs12_path") self.confirm_data_exists("pki_clone_replication_security") - self.confirm_data_exists("pki_clone_uri") elif self.external: # External CA if not self.external_step_two: -- cgit