Struct acme_client::Challenge [] [src]

pub struct Challenge {
    pub ctype: String,
    pub url: String,
    pub token: String,
    pub key_authorization: String,
}

A verification challenge

Fields

Type of verification challenge. Usually http-01, dns-01 for letsencrypt.

Challenge verification trigger URL.

Challenge token.

Key authorization.

Trait Implementations

impl Clone for Challenge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Challenge
[src]

Formats the value using the given formatter.