mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Remove publish_ca_cert() method from NSSDatabase
NSSDatabase.publish_ca_cert() is not used anymore, remove it. https://pagure.io/freeipa/issue/6806 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
committed by
Jan Cholasta
parent
8c87014e19
commit
aae9a918b6
@@ -640,9 +640,6 @@ class CertDB(object):
|
||||
|
||||
self.export_ca_cert(nickname, False)
|
||||
|
||||
def publish_ca_cert(self, location):
|
||||
self.nssdb.publish_ca_cert(self.cacert_name, location)
|
||||
|
||||
def export_pem_cert(self, nickname, location):
|
||||
return self.nssdb.export_pem_cert(nickname, location)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user