#acme #propagation #validation #challenge #record #wait #nameservers

acme-validation-propagation

Waiting for propagation of acme validation record

2 releases

new 0.1.6 Apr 18, 2024
0.1.5 Nov 8, 2023

#8 in #propagation

Download history 22/week @ 2024-02-19 24/week @ 2024-02-26 9/week @ 2024-03-04 13/week @ 2024-03-11 4/week @ 2024-03-18 12/week @ 2024-03-25 31/week @ 2024-04-01 4/week @ 2024-04-08 138/week @ 2024-04-15

185 downloads per month
Used in 2 crates (via transip-execute)

MIT license

14KB
359 lines

main License: MIT docs.rs

This library crate can be used to check if an acme challenge record is propagated to all authoritive nameservers.

Example

use acme_validation_propagation::wait;

fn main() {
    match wait("example.com", "89823875") {
        Ok(_) => println!("Propagation finished"),
        Err(error) => eprintln!("Error: {error}"),
    }
}

Dependencies

~6–13MB
~156K SLoC