[Pki-devel] [PATCH] 600 Added deployment parameters to construct pki_clone_uri.

Matthew Harmsen mharmsen at redhat.com
Fri May 22 21:44:59 UTC 2015


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 at 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 ishttps://<master_hostname>:<master_https_port>.
    +The hostname, port, or URI of the subsystem being cloned.  The URI format ishttps://<master_hostname>:<master_https_port>.

to:

    -A pointer to the subsystem being cloned.  The format ishttps://<master_hostname>:<master_https_port>.
    +The hostname, port, and URI of the subsystem being cloned.  The URI format ishttps://<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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20150522/358a0d7d/attachment.htm>


More information about the Pki-devel mailing list