pub fn get_runtime_configuration(
server: &str,
port: u16,
cert: Arc<List<Certificate>>,
key: Arc<Pk>,
ca_cert_list: Option<Arc<List<Certificate>>>,
ca_crl: Option<Arc<Crl>>,
expected_hash: &[u8; 32],
) -> Result<RuntimeAppConfig, String>