openfl.utilities.ca.ca.get_token

openfl.utilities.ca.ca.get_token(name, ca_url, ca_path='.')

Create authentication token.

Parameters:
  • name (str) – Common name for the following certificate (aggregator fqdn or collaborator name).

  • ca_url (str) – Full URL of the CA server.

  • ca_path (str, optional) – Path to the CA folder. Defaults to ‘.’.

Returns:

str – The generated authentication token.