summaryrefslogtreecommitdiffstats
path: root/ipalib/install/certstore.py
Commit message (Collapse)AuthorAgeFilesLines
* ipalib: move certstore to the install subpackageJan Cholasta2016-11-291-0/+426
The certstore module depends on ipaplatform. Move it to ipalib.install, as it is used only from installers. https://fedorahosted.org/freeipa/ticket/6474 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>