#propagation #acme #validation #challenge #record #waiting #wait

acme-validation-propagation

Waiting for propagation of acme validation record

3 releases

0.1.7 Aug 18, 2024
0.1.6 Apr 18, 2024
0.1.5 Nov 8, 2023

#2 in #waiting

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

MIT license

15KB
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;

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

Dependencies

~5–11MB
~131K SLoC