Function generic_tls::server::configure

source ·
pub async fn configure(
    certificate: &Path,
    key: &Path
) -> Result<TlsAcceptor, Error>