Sleep 960 seconds for the txt records to take effect
class DnsNamesilo extends Base implements LeValidationInterface{ public function prepare() { $this->acme_env['Namesilo_Key'] = (string)$this->config->dns_namesilo_key; // Namesilo applies changes to DNS records only every 15 minutes. $this->acme_args[] = '--dnssleep 960'; }}