[−][src]Function teaclave_service_enclave_utils::create_trusted_management_endpoint
pub fn create_trusted_management_endpoint(
advertised_address: &str,
enclave_info: &EnclaveInfo,
as_root_ca_cert: &[u8],
verifier: AttestationReportVerificationFn,
attested_tls_config: Arc<RwLock<AttestedTlsConfig>>
) -> Result<Endpoint>