<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Please review the following attached patch which addresses:<br>
    <ul>
      <li><a href="https://fedorahosted.org/pki/ticket/905">PKI TRAC
          Ticket #905 - 2 Step Configuration of CA instance using
          pkispawn fails</a></li>
    </ul>
    <p>This was tested by first "installing" a CA using the following
      command:<br>
    </p>
    <ul>
      <li><b>pkispawn -s CA -f ca-gui-install.cfg -vvv</b></li>
    </ul>
    <blockquote>
      <p>where 'ca-gui-install.cfg' contained the following:<br>
      </p>
    </blockquote>
    <blockquote>
      <blockquote>[DEFAULT]<br>
        pki_admin_password=<password><br>
        pki_client_pkcs12_password=<password><br>
        pki_skip_configuration=True<br>
      </blockquote>
    </blockquote>
    <p>Then, the CA was 'configured' by running the following command:<br>
    </p>
    <ul>
      <li><b>pkispawn -s CA -f ca-gui-config.cfg -vvv</b><br>
        <br>
        where 'ca-gui-config.cfg' contained the following:</li>
    </ul>
    <blockquote>
      <blockquote>[DEFAULT]<br>
        pki_admin_password=<password><br>
        pki_client_pkcs12_password=<password><br>
        pki_ds_password=<password><br>
        pki_security_domain_password=<password><br>
        pki_client_database_purge=False<br>
        pki_skip_installation=True<br>
      </blockquote>
    </blockquote>
    <p><br>
    </p>
  </body>
</html>