pki-bot / pki-issues-final

0 stars 0 forks source link

Redundant cert data in CS.cfg #1586

Open pki-bot opened 4 years ago

pki-bot commented 4 years ago

This issue was migrated from Pagure Issue #1598. Originally filed by edewata (@edewata) on 2015-09-01 22:07:52:


Similar to ticket 1552, the current CS.cfg contains base-64 encoded data of the subsystem certificates. The certificates are actually also stored in the NSS database, so the copies in the CS.cfg are redundant. Some applications such as IPA only keep track and renew the certificates in NSS database, so the copies in the CS.cfg may become outdated. Any code that is relying on the copy in the CS.cfg may not work correctly.

To remove redundancy, all codes should be converted incrementally to obtain the certs directly from the NSS database. Once everything is converted, the redundant certs can be removed from CS.cfg with an upgrade script.

pki-bot commented 4 years ago

Comment from mharmsen (@mharmsen) at 2015-09-14 20:53:23

Per CS/DS Meeting of 09/14/2015 - 10.3

pki-bot commented 4 years ago

Comment from edewata (@edewata) at 2017-02-27 13:59:32

Metadata Update from @edewata: