Gigahost.no

Configuration for Gigahost.no.

  • Code: gigahostno
  • Since: v4.29.0

Here is an example bash command using the Gigahost.no provider:

GIGAHOSTNO_USERNAME="xxx" \
GIGAHOSTNO_PASSWORD="yyy" \
lego run --dns gigahostno -d '*.example.com' -d example.com

# or with API key:

GIGAHOSTNO_API_KEY="zzz" \
lego run --dns gigahostno -d '*.example.com' -d example.com

Credentials

Environment Variable Name Description
GIGAHOSTNO_API_KEY API key (optionnal of GIGAHOSTNO_USERNAME and GIGAHOSTNO_PASSWORD are defined)
GIGAHOSTNO_PASSWORD Password (optional if GIGAHOSTNO_API_KEY is defined)
GIGAHOSTNO_USERNAME Username (optional if GIGAHOSTNO_API_KEY is defined)

The environment variable names can be suffixed by _FILE to reference a file instead of a value. More information here.

Additional Configuration

Environment Variable Name Description
GIGAHOSTNO_HTTP_TIMEOUT API request timeout in seconds (Default: 30)
GIGAHOSTNO_POLLING_INTERVAL Time between DNS propagation check in seconds (Default: 2)
GIGAHOSTNO_PROPAGATION_TIMEOUT Maximum waiting time for DNS propagation in seconds (Default: 60)
GIGAHOSTNO_SECRET TOTP secret (Only usable with username/password)
GIGAHOSTNO_TTL The 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.

More information