diff --git a/openfl/interface/collaborator.py b/openfl/interface/collaborator.py index c183978c0e..773017ce51 100644 --- a/openfl/interface/collaborator.py +++ b/openfl/interface/collaborator.py @@ -330,6 +330,7 @@ def certify(collaborator_name, silent, request_pkg=None, import_=False, from openfl.cryptography.io import read_key from openfl.cryptography.io import write_crt from openfl.interface.cli_helper import CERT_DIR + from openfl.utilities.utils import rmtree common_name = f'{collaborator_name}'.lower()