openfl.interface.collaborator.certify#
- openfl.interface.collaborator.certify(collaborator_name, silent, request_pkg=None, import_=False)[source]#
Sign/certify collaborator certificate key pair.
- Parameters:
collaborator_name (str) – The certified common name of the collaborator.
silent (bool) – Do not prompt.
request_pkg (str, optional) – The archive containing the certificate signing request (*.zip) for a collaborator. Defaults to None.
import (bool, optional) – Import the archive containing the collaborator’s certificate (signed by the CA). Defaults to False.