remilapeyre / vault-acme

Mozilla Public License 2.0
93 stars 23 forks source link

Add account flag to ignore waiting for DNS propagation #15

Closed mswart closed 4 years ago

mswart commented 4 years ago

Provide a way to let lego ignore the check for DNS propagation. The default remains false (default value of library): wait until the DNS changes have been propagated to all authoritative DNS servers. Existing vault accounts should continue to work (new flag will be set to false if it does not exists).

This option might be helpful/required for specific setups/situation where this does not work correctly (like specific split-horizon setups etc).

The ignore_dns_propagation option behaves as the underlaying --dns.disable-cp command line LEGO flag.

remilapeyre commented 4 years ago

Thanks, this looks great. I'll test it and merge in the next days.

remilapeyre commented 4 years ago

Thanks for the PR, I just made some minor cosmetic changes and will make a new release shortly.