mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-29 10:21:18 -06:00
1e86378d49
The CertDB class was meant to be a wrapper around NSS databases, certutil, pk12util, etc. Unfortunately, over time it grew too dependent on the particular scenarios it is used in. Introduce a new class that has no knowledge about IPA configuration, and move generic code to it. In the future, generic code should be moved to NSSDatabase, code for the self-signed CA should be removed, and IPA-specific code may stay in CertDB (which calls NSSDatabase). |
||
---|---|---|
.. | ||
plugins | ||
__init__.py | ||
adtrustinstance.py | ||
bindinstance.py | ||
cainstance.py | ||
certs.py | ||
dsinstance.py | ||
httpinstance.py | ||
installutils.py | ||
ipa_ldap_updater.py | ||
ipa_replica_prepare.py | ||
krbinstance.py | ||
ldapupdate.py | ||
Makefile.am | ||
memcacheinstance.py | ||
ntpinstance.py | ||
replication.py | ||
service.py | ||
sysupgrade.py | ||
upgradeinstance.py |