On 05/22/15 08:41, Endi Sukma Dewata wrote:
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



_______________________________________________
Pki-devel mailing list
Pki-devel@redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel
(1) Suggest this small change to the 'man' page from:
-A pointer to the subsystem being cloned.  The format is https://<master_hostname>:<master_https_port>.
+The hostname, port, or URI of the subsystem being cloned.  The URI format is https://<master_hostname>:<master_https_port>.
to:
-A pointer to the subsystem being cloned.  The format is https://<master_hostname>:<master_https_port>.
+The hostname, port, and URI of the subsystem being cloned.  The URI format is https://<master_hostname>:<master_https_port> where the default master hostname and https port are set to be the security domain's hostname and https port.
(2) Since the pki_clone_uri variable has now been changed to always contain a value, please remove the following line from the 'verify_predefined_configuration_file_data(self)' method in the 'pki/base/server/python/pki/server/deployment/'pkihelper.py' file:
self.confirm_data_exists("pki_clone_uri")

With those changes, ACK.