pub async fn set( client: &impl Client, mount: &str, private_key: &str, public_key: &str, ) -> Result<(), ClientError>
Sets the private and public key for the CA.
See SubmitCAInfoRequest