Skip to main content

issue

Function issue 

Source
pub async fn issue(
    client: &dyn AcmeClient,
    solver: &TlsAlpnSolver,
    domains: &[String],
    key_type: KeyType,
) -> Result<StoredCert, AcmeError>
Expand description

Runs one order. On success the certificate is verified but not stored — the caller persists and publishes it.