Buxdehuda / strato-certbot

Wildcard certificates for strato.de
The Unlicense
85 stars 34 forks source link

Sleep necessary #13

Closed hartmann-daniel closed 2 years ago

hartmann-daniel commented 3 years ago

A sleep was necessary for me, otherwise the DNS server had not yet provided the entry.

vince6e74 commented 3 years ago

A variable sleep would also be good, as this depends on the cache of the DNS resolver. You could add an additional entry in the config file with a default value of 0 when reading out.

Buxdehuda commented 3 years ago

I also think adding the sleep time to the config file is a good idea. Can you add that @hartmann-daniel?

hartmann-daniel commented 3 years ago

Sounds good. I will finish in the next few days.

Buxdehuda commented 2 years ago

Closed in favor of #16