pki-bot / pki-issues-final

0 stars 0 forks source link

Refactoring certificate profile processor #1679

Open pki-bot opened 3 years ago

pki-bot commented 3 years ago

This issue was migrated from Pagure Issue #1691. Originally filed by edewata (@edewata) on 2015-11-10 22:22:12:


Currently certificate profile processor can only run inside PKI server which limits its usage. The code should be refactored so it can be reused as a CLI or library outside the server. This will allow pkispawn to call the CLI to generate the self-signed CA certificate before starting the server. This will also allow writing unit tests for the library.

This requires moving the following classes into the common/util package and removing dependencies on other server classes:

pki-bot commented 3 years ago

Comment from edewata (@edewata) at 2017-02-27 14:11:06

Metadata Update from @edewata: