Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Man Page Bugs: pkispawn #1639

Closed
pki-bot opened this issue Oct 3, 2020 · 6 comments
Closed

Man Page Bugs: pkispawn #1639

pki-bot opened this issue Oct 3, 2020 · 6 comments

Comments

@pki-bot
Copy link

pki-bot commented Oct 3, 2020

This issue was migrated from Pagure Issue #1076. Originally filed by mharmsen (@mharmsen) on 2014-07-23 03:33:32:


While debugging a CA 'clone' configuration, it was noticed that the EXAMPLE configuration file for a CA clone in the 'pkispawn' man page is incorrect. Rather than specifying:

[DEFAULT]
pki_admin_password=password123
pki_client_pkcs12_password=password123
pki_ds_password=password123
pki_security_domain_password=password123
pki_security_domain_hostname=<master_ca_hostname>
pki_security_domain_https_port=<master_ca_https_port>
pki_security_domain_user=caadmin
[CA]
pki_clone=True
pki_clone_pkcs12_password=password123
pki_clone_pkcs12_path=<path_to_pkcs12_file>
pki_clone_replicate_schema=True
pki_clone_uri=https://<master_ca_hostname>:<master_ca_https_port>

it should specify:

[DEFAULT]
pki_admin_password=password123
pki_client_database_password=password123
pki_client_pkcs12_password=password123
pki_ds_password=password123
pki_security_domain_hostname=<master_ca_hostname>
pki_security_domain_https_port=<master_ca_https_port>
pki_security_domain_password=password123
[Tomcat]
pki_clone=True
pki_clone_pkcs12_password=password123
pki_clone_pkcs12_path=<path_to_pkcs12_file>
pki_clone_uri=https://<master_ca_hostname>:<master_ca_https_port>

Optionally:

NOTE:  As stated in the man page, these parameters reflect location
       of a master CA and cloned CA on separate machines.  Should
       they co-exist on the same machine (e. g. - testing purposes),
       the config file would need to reflect this:
[DEFAULT]
pki_admin_password=password123
pki_client_database_password=password123
pki_client_pkcs12_password=password123
pki_ds_password=password123
pki_ds_ldap_port=<unique port different from master>
pki_ds_ldaps_port=<unique port different from master>
pki_http_port=<unique port different from master>
pki_https_port=<unique port different from master>
pki_instance_name=<unique name different from master>
pki_security_domain_hostname=<master_ca_hostname>
pki_security_domain_https_port=<master_ca_https_port>
pki_security_domain_password=password123
[Tomcat]
pki_ajp_port=<unique port different from master>
pki_clone=True
pki_clone_pkcs12_password=password123
pki_clone_pkcs12_path=<path_to_pkcs12_file>
pki_clone_uri=https://<master_ca_hostname>:<master_ca_https_port>
pki_tomcat_server_port=<unique port different from master>
[CA]
pki_ds_base_dn=<identical value as master>
pki_ds_database=<identical value as master>

proposed Milestone 10.2.1

@pki-bot pki-bot added this to the 10.2 Backlog milestone Oct 3, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2014-07-23 03:47:30

PKI TRAC Ticket 870 - Consider changing default value of 'pki_clone_replicate_schema' variable blocks this ticket, as it may be necessary to reflect any changes in the 'pkispawn' man page.

@pki-bot pki-bot closed this as completed Oct 3, 2020
@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2014-08-04 23:37:14

Per CS/DS meeting of 08/04/2014: moving to Milestone 10.2.1

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2014-09-18 03:37:13

Proposed Milestone: 10.2.3 (per CS Meeting of 09/17/2014)

man page (complete earlier if possible)

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2015-01-15 01:25:25

Per Dogtag 10.2.X meeting of 01/14/2015: Milestone 10.2 Backlog

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from vakwetu (@vakwetu) at 2015-07-14 16:06:54

Fixed:

[alee@aleeredhat pki]$ git push origin master
Counting objects: 57, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (7/7), done.
Writing objects: 100% (7/7), 1.21 KiB | 0 bytes/s, done.
Total 7 (delta 5), reused 0 (delta 0)
To ssh://vakwetu@git.fedorahosted.org/git/pki.git
16fe7df..a330715 master -> master

@pki-bot
Copy link
Author

pki-bot commented Oct 3, 2020

Comment from mharmsen (@mharmsen) at 2017-02-27 14:01:33

Metadata Update from @mharmsen:

  • Issue assigned to vakwetu
  • Issue set to the milestone: 10.2 Backlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant