dogtagpki / pki

The Dogtag Certificate System is an enterprise-class Certificate Authority (CA) which supports all aspects of certificate lifecycle management, including key archival, OCSP and smartcard management.
https://www.dogtagpki.org
GNU General Public License v2.0
374 stars 137 forks source link

'default.cfg' parameters: 'pki_admin_key_size=2048' and 'pki_admin_key_type=rsa' #1638

Open pki-bot opened 4 years ago

pki-bot commented 4 years ago

This issue was migrated from Pagure Issue #1075. Originally filed by mharmsen (@mharmsen) on 2014-07-23 02:58:05:


Currently, the 'default.cfg' contains the following parameter located in the [DEFAULT] section of the file:

pki_admin_keysize=2048

To be consistent with all other key size parameters in this file, this variable should be changed to:

pki_admin_key_size=2048

Additionally, should the following "missing" parameter be added to the [DEFAULT] section?:

pki_admin_key_type=rsa

propose Milestone 10.2.1.

pki-bot commented 4 years ago

Comment from mharmsen (@mharmsen) at 2014-08-04 23:35:58

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

IMPORTANT:  Although it was agreed that this should be done to promote
            consistency, a suggestion was made to allow the code to
            handle the legacy naming conventions as well as the revised
            naming conventions such that this change would not be
            problematic to existing instances.

            I would further suggest to add comments that explain these
            legacy naming conventions, and perhaps create an additional
            ticket be filed to remove the support of these legacy
            dependencies at an appropriate time in the future, as I believe
            that we need to try to minimize "dead" code as it becomes
            obsolete.
pki-bot commented 4 years ago

Comment from mharmsen (@mharmsen) at 2014-09-24 20:39:03

Per Dogtag 10.2.3 Triage meeting of 09/24/2014 - proposed Milestone: 10.2.2

pki-bot commented 4 years ago

Comment from mharmsen (@mharmsen) at 2015-01-15 00:23:44

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

pki-bot commented 4 years ago

Comment from mharmsen (@mharmsen) at 2015-03-03 03:53:51

Per 10.2.3 TRIAGE meeting of 02/26/2015: 10.3

NOTE: Moved from 10.2 Backlog since it was not a documentation/man page issue.

pki-bot commented 4 years ago

Comment from mharmsen (@mharmsen) at 2017-02-27 14:11:45

Metadata Update from @mharmsen: