Function - install# openfl.utilities.ca.ca.install(ca_path, ca_url, password)[source]# Create a certificate authority for the federation. Parameters: ca_path (str) – Path to the CA directory. ca_url (str) – URL for the CA server. Like: ‘host:port’ password (str) – Password for encrypting root private keys.