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

acme-validation-propagation

Waiting for propagation of acme validation record

4 releases

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

#3 in #waiting

Download history 21/week @ 2024-07-22 8/week @ 2024-07-29 3/week @ 2024-08-05 100/week @ 2024-08-12 46/week @ 2024-08-19 10/week @ 2024-08-26 3/week @ 2024-09-16 23/week @ 2024-09-23 4/week @ 2024-09-30 134/week @ 2024-11-04

134 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

~7–13MB
~172K SLoC