summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-10-15 17:27:04 +0000
committerPetr Viktorin <pviktori@redhat.com>2014-03-25 16:54:54 +0100
commit51caf48ed9a4651c685e7ceee25512e9471b1b69 (patch)
tree7b15a6dc0e9601efa6bb965f722d1c959741f2e0 /ipaserver/install
parent9b3055ca4123062044871a1cc72b4c10cab1eeb5 (diff)
downloadfreeipa-51caf48ed9a4651c685e7ceee25512e9471b1b69.tar.gz
freeipa-51caf48ed9a4651c685e7ceee25512e9471b1b69.tar.xz
freeipa-51caf48ed9a4651c685e7ceee25512e9471b1b69.zip
Remove unused method export_ca_cert of dsinstance.
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipaserver/install')
-rw-r--r--ipaserver/install/dsinstance.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/ipaserver/install/dsinstance.py b/ipaserver/install/dsinstance.py
index a7e5e0787..dbac794bd 100644
--- a/ipaserver/install/dsinstance.py
+++ b/ipaserver/install/dsinstance.py
@@ -667,11 +667,6 @@ class DsInstance(service.Service):
# check for open secure port 636 from now on
self.open_ports.append(636)
- def export_ca_cert(self, nickname, location):
- dirname = config_dirname(self.serverid)
- dsdb = certs.NSSDatabase(nssdir=dirname)
- dsdb.export_pem_cert(nickname, location)
-
def upload_ca_cert(self):
"""
Upload the CA certificate from the NSS database to the LDAP directory.