#707 Do not "require" the following pkispawn parameters for GUI-based configuration
Closed: Fixed None Opened 10 years ago by mharmsen.

While working on "TRAC Ticket #667 - provide option for ca-less drm install", I began testing using a GUI configuration by setting "pki_skip_configuration=True". Unfortunately, I discovered that I required all of the following parameters:

[DEFAULT]
pki_admin_password=XXXXXXXX
pki_client_pkcs12_password=XXXXXXXX
pki_ds_password=XXXXXXXX
pki_security_domain_password=XXXXXXXX
pki_skip_configuration=True

Basically, if "pki_skip_configuration" has been set to True, neither the "pki_ds_password" nor the "pki_security_domain_password" should be required to be set. The following configuration override file should be all that is required:

[DEFAULT]
pki_admin_password=XXXXXXXX
pki_client_pkcs12_password=XXXXXXXX
pki_skip_configuration=True

Checked into master:

  • 51920f9c43e5a6ec188a8b042c170953a0b00e07

Metadata Update from @mharmsen:
- Issue assigned to mharmsen
- Issue set to the milestone: 10.1 - 09/13 (September)

7 years ago

Dogtag PKI is moving from Pagure issues to GitHub issues. This means that existing or new
issues will be reported and tracked through Dogtag PKI's GitHub Issue tracker.

This issue has been cloned to GitHub and is available here:
https://github.com/dogtagpki/pki/issues/1276

If you want to receive further updates on the issue, please navigate to the
GitHub issue and click on Subscribe button.

Thank you for understanding, and we apologize for any inconvenience.

Login to comment on this ticket.

Metadata