Name = "iwantmyname" Description = '''''' URL = "https://iwantmyname.com" Code = "iwantmyname" Since = "v4.7.0" Example = ''' IWANTMYNAME_USERNAME=xxxxxxxx \ IWANTMYNAME_PASSWORD=xxxxxxxx \ lego --email you@example.com --dns iwantmyname --domains my.example.org run ''' [Configuration] [Configuration.Credentials] IWANTMYNAME_USERNAME = "API username" IWANTMYNAME_PASSWORD = "API password" [Configuration.Additional] IWANTMYNAME_POLLING_INTERVAL = "Time between DNS propagation check" IWANTMYNAME_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation" IWANTMYNAME_TTL = "The TTL of the TXT record used for the DNS challenge" IWANTMYNAME_HTTP_TIMEOUT = "API request timeout" [Links] API = "https://iwantmyname.com/developer/domain-dns-api"