Back to Lego

iwantmyname (Deprecated)

docs/content/dns/zz_gen_iwantmyname.md

4.35.21.8 KB
Original Source
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/iwantmyname/iwantmyname.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

The iwantmyname API has shut down.

https://github.com/go-acme/lego/issues/2563

<!--more-->
  • Code: iwantmyname
  • Since: v4.7.0

Here is an example bash command using the iwantmyname (Deprecated) provider:

bash
IWANTMYNAME_USERNAME=xxxxxxxx \
IWANTMYNAME_PASSWORD=xxxxxxxx \
lego --dns iwantmyname -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
IWANTMYNAME_PASSWORDAPI password
IWANTMYNAME_USERNAMEAPI username

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

Additional Configuration

Environment Variable NameDescription
IWANTMYNAME_HTTP_TIMEOUTAPI request timeout in seconds (Default: 30)
IWANTMYNAME_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 2)
IWANTMYNAME_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 60)
IWANTMYNAME_TTLThe TTL of the TXT record used for the DNS challenge in seconds (Default: 120)

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information [here]({{% ref "dns#configuration-and-credentials" %}}).

More information

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/iwantmyname/iwantmyname.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->