[Pki-devel] [PATCH] Fix independent pkispawn installation and configuration

Matthew Harmsen mharmsen at redhat.com
Fri Jul 25 02:10:02 UTC 2014


Please review the following attached patch which addresses:

  * PKI TRAC Ticket #905 - 2 Step Configuration of CA instance using
    pkispawn fails <https://fedorahosted.org/pki/ticket/905>

This was tested by first "installing" a CA using the following command:

  * *pkispawn -s CA -f ca-gui-install.cfg -vvv*

    where 'ca-gui-install.cfg' contained the following:

        [DEFAULT]
        pki_admin_password=<password>
        pki_client_pkcs12_password=<password>
        pki_skip_configuration=True

Then, the CA was 'configured' by running the following command:

  * *pkispawn -s CA -f ca-gui-config.cfg -vvv*

    where 'ca-gui-config.cfg' contained the following:

        [DEFAULT]
        pki_admin_password=<password>
        pki_client_pkcs12_password=<password>
        pki_ds_password=<password>
        pki_security_domain_password=<password>
        pki_client_database_purge=False
        pki_skip_installation=True


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20140724/3f646e6e/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20140724-Fix-independent-pkispawn-installation-and-configurat.patch
Type: text/x-patch
Size: 6835 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/pki-devel/attachments/20140724/3f646e6e/attachment.bin>


More information about the Pki-devel mailing list