mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
service: rename import_ca_certs_* to export_*
The import_ca_certs_{file,nssdb} methods were actually exporting
CA certificates from LDAP to different formats. The new names should
better reflect what these methods are actually doing.
Related: https://pagure.io/freeipa/issue/3757
Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
@@ -419,7 +419,7 @@ class HTTPInstance(service.Service):
|
||||
paths.IPA_CA_CRT, False)
|
||||
|
||||
def __publish_ca_cert(self):
|
||||
self.import_ca_certs_file(paths.CA_CRT, self.ca_is_configured)
|
||||
self.export_ca_certs_file(paths.CA_CRT, self.ca_is_configured)
|
||||
|
||||
def is_kdcproxy_configured(self):
|
||||
"""Check if KDC proxy has already been configured in the past"""
|
||||
|
||||
Reference in New Issue
Block a user