pub(super) fn load_tls_acceptor( cert_path: &PathBuf, key_path: &PathBuf, ) -> Result<TlsAcceptor, GCHubRestServerError>