pub fn get_ipc_cert_file_path(
ipc_cert_file_path: Option<&PathBuf>,
auth_token_file_path: &Path,
) -> PathBufExpand description
Gets the IPC certificate file path from the configuration.
This function uses the same logic as the RemoteAgentClient to determine the certificate path, ensuring consistency between the client and server TLS configurations.