<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05/22/15 08:41, Endi Sukma Dewata
      wrote:<br>
    </div>
    <blockquote cite="mid:555F4011.8040503@redhat.com" type="cite">New
      parameters have been added into the default.cfg to specify the
      <br>
      master hostname and port for pki_clone_uri. By default they point
      <br>
      to the security domain. The man page has been updated as well.
      <br>
      <br>
      <a class="moz-txt-link-freetext" href="https://fedorahosted.org/pki/ticket/1385">https://fedorahosted.org/pki/ticket/1385</a>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Pki-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pki-devel@redhat.com">Pki-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/pki-devel">https://www.redhat.com/mailman/listinfo/pki-devel</a></pre>
    </blockquote>
    (1) Suggest this small change to the 'man' page from:<br>
    <blockquote>
      <pre wrap="">-A pointer to the subsystem being cloned.  The format is <a class="moz-txt-link-freetext" href="https://">https://</a><master_hostname>:<master_https_port>.
+The hostname, port, or URI of the subsystem being cloned.  The URI format is <a class="moz-txt-link-freetext" href="https://">https://</a><master_hostname>:<master_https_port>.
</pre>
    </blockquote>
    to:<br>
    <blockquote>
      <pre wrap="">-A pointer to the subsystem being cloned.  The format is <a class="moz-txt-link-freetext" href="https://">https://</a><master_hostname>:<master_https_port>.
+The hostname, port, and URI of the subsystem being cloned.  The URI format is <a class="moz-txt-link-freetext" href="https://">https://</a><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.
</pre>
    </blockquote>
    (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:<br>
    <blockquote>self.confirm_data_exists("pki_clone_uri")<br>
      <br>
    </blockquote>
    With those changes, ACK.<br>
  </body>
</html>