le-cert-server
GitHub

VK Cloud

Configuration for the VK Cloud DNS provider.

See the lego documentation for full details.

letsEncrypt:
  dnsProvider: "vkcloud"
  dnsCredentials:
    # VK_CLOUD_PASSWORD: Password for VK Cloud account
    cloudPassword: ""
    # VK_CLOUD_PROJECT_ID: String ID of project in VK Cloud
    cloudProjectID: ""
    # VK_CLOUD_USERNAME: Email of VK Cloud account
    cloudUsername: ""
    # VK_CLOUD_DNS_ENDPOINT: URL of DNS API. Defaults to https://mcs.mail.ru/public-dns but can be changed for usage with private clouds
    cloudDNSEndpoint: ""
    # VK_CLOUD_DOMAIN_NAME: Openstack users domain name. Defaults to `users` but can be changed for usage with private clouds
    cloudDomainName: ""
    # VK_CLOUD_IDENTITY_ENDPOINT: URL of OpenStack Auth API, Defaults to https://infra.mail.ru:35357/v3/ but can be changed for usage with private clouds
    cloudIdentityEndpoint: ""
    # VK_CLOUD_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 2)
    cloudPollingInterval: ""
    # VK_CLOUD_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 60)
    cloudPropagationTimeout: ""
    # VK_CLOUD_TTL: The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)
    cloudTTL: ""

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.

Edit this page on GitHub