Function - certify

Contents

Function - certify#

openfl.utilities.ca.ca.certify(name, cert_path, token_with_cert, ca_path)[source]#

Create a certificate for a given name.

Parameters:
  • name (str) – Name for the certificate.

  • cert_path (Path) – Path to store the certificate.

  • token_with_cert (str) – Authentication token with certificate.

  • ca_path (Path) – Path to the CA directory.