# Nicmanager


<!-- Code generated by gen-dns-providers; DO NOT EDIT. -->

Configuration for the [Nicmanager](https://www.nicmanager.com/) DNS provider.

See the [lego documentation](https://go-acme.github.io/lego/dns/nicmanager/) for full details.

```yaml
letsEncrypt:
  dnsProvider: "nicmanager"
  dnsCredentials:
    # NICMANAGER_API_EMAIL: Email-based login
    apiEmail: ""
    # NICMANAGER_API_LOGIN: Login, used for Username-based login
    apiLogin: ""
    # NICMANAGER_API_PASSWORD: Password, always required
    apiPassword: ""
    # NICMANAGER_API_USERNAME: Username, used for Username-based login
    apiUsername: ""
    # NICMANAGER_API_MODE: mode: 'anycast' or 'zones' (for FreeDNS) (default: 'anycast')
    apiMode: ""
    # NICMANAGER_API_OTP: TOTP Secret (optional)
    apiOTP: ""
    # NICMANAGER_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 2)
    pollingInterval: ""
    # NICMANAGER_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 300)
    propagationTimeout: ""
    # NICMANAGER_TTL: The TTL of the TXT record used for the DNS challenge in seconds (Default: 900)
    ttl: ""
```

Credentials are passed directly to lego using strong types and are never written to the process environment.
You may also use the raw lego environment-variable names as keys instead of the normalized names.

