le-cert-server
GitHub

Selectel v2

Configuration for the Selectel v2 DNS provider.

See the lego documentation for full details.

letsEncrypt:
  dnsProvider: "selectelv2"
  dnsCredentials:
    # SELECTELV2_ACCOUNT_ID: Selectel account ID (INT)
    accountID: ""
    # SELECTELV2_PASSWORD: Openstack username's password
    password: ""
    # SELECTELV2_PROJECT_ID: Cloud project ID (UUID)
    projectID: ""
    # SELECTELV2_USERNAME: Openstack username
    username: ""
    # SELECTELV2_AUTH_REGION: Location for auth endpoint like ResellAPI or Keystone (default: 'ru-1')
    authRegion: ""
    # SELECTELV2_AUTH_URL: Identity endpoint (defaul: 'https://cloud.api.selcloud.ru/identity/v3/')
    authURL: ""
    # SELECTELV2_BASE_URL: API endpoint URL
    baseURL: ""
    # SELECTELV2_POLLING_INTERVAL: Time between DNS propagation check in seconds (Default: 5)
    pollingInterval: ""
    # SELECTELV2_PROPAGATION_TIMEOUT: Maximum waiting time for DNS propagation in seconds (Default: 120)
    propagationTimeout: ""
    # SELECTELV2_TTL: The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)
    ttl: ""
    # SELECTELV2_USER_DOMAIN_NAME: To specify the domain name (account ID) where the user is located. (default: SELECTELV2_ACCOUNT_ID)
    userDomainName: ""

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