openfl.interface.collaborator.generate_cert_request#
- openfl.interface.collaborator.generate_cert_request(collaborator_name, silent, skip_package)[source]#
Create collaborator certificate key pair.
Then create a package with the CSR to send for signing.
- Parameters:
collaborator_name (str) – The certified common name of the collaborator.
silent (bool) – Do not prompt.
skip_package (bool) – Do not package the certificate signing request for export.