Function convert_on_demand_config

Source
pub async fn convert_on_demand_config(
    config: &AcmeOnDemandConfig,
    sni_hostname: String,
    memory_acme_account_cache_data: Arc<RwLock<HashMap<String, Vec<u8>>>>,
) -> AcmeConfig
Expand description

Converts a AcmeOnDemandConfig into an AcmeConfig