The attached patch addresses the following PKI issue:
* TRAC Ticket #286 - Dogtag 10: Create parameter for optionally
allowing a user to skip configuration . . .
This patch was tested successfully with the following new parameter
specifications:
1. standard 'pkispawn' combined installation/configuration:
* pki_skip_configuration=False
* pki_skip_installation=False
2. legacy 'pkispawn' run like 'pkicreate'/'browser UI configuration:
* pki_skip_configuration=True
* pki_skip_installation=False
3. run 'pkispawn' skipping installation and configuration (do nothing)
* pki_skip_configuration=True
* pki_skip_installation=True
The patch was not tested for running 'pkispawn' first for installation
only (2), and then again only for configuration (which may or may not work).