fn build_raw_rustls_client_config( no_verification: bool, crypto_provider: Arc<CryptoProvider>, ) -> Result<ClientConfig, Box<dyn Error + Send + Sync>>
Builds a raw Rustls client configuration for ACME.