# Volcano Engine/火山引擎


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

Configuration for the [Volcano Engine/火山引擎](https://www.volcengine.com/) DNS provider.

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

```yaml
letsEncrypt:
  dnsProvider: "volcengine"
  dnsCredentials:
    # VOLC_ACCESSKEY: Access Key ID (AK)
    accesskey: ""
    # VOLC_SECRETKEY: Secret Access Key (SK)
    secretkey: ""
    # VOLC_HOST: API host
    host: ""
    # VOLC_HTTP_TIMEOUT: API request timeout in seconds (Default: 15)
    httpTimeout: ""
    # VOLC_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 10)
    pollingInterval: ""
    # VOLC_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 240)
    propagationTimeout: ""
    # VOLC_REGION: Region
    region: ""
    # VOLC_SCHEME: API scheme
    scheme: ""
    # VOLC_TTL: The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)
    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.

