pub async fn provision_certificate(
config: &mut AcmeConfig,
error_logger: &ErrorLogger,
) -> Result<(), Box<dyn Error + Send + Sync>>Expand description
Provisions TLS certificates using the ACME protocol.
pub async fn provision_certificate(
config: &mut AcmeConfig,
error_logger: &ErrorLogger,
) -> Result<(), Box<dyn Error + Send + Sync>>Provisions TLS certificates using the ACME protocol.