vkcloud.toml raw

   1  Name = "VK Cloud"
   2  Description = ''''''
   3  URL = "https://mcs.mail.ru/"
   4  Code = "vkcloud"
   5  Since = "v4.9.0"
   6  
   7  Example = '''
   8  VK_CLOUD_PROJECT_ID="<your_project_id>" \
   9  VK_CLOUD_USERNAME="<your_email>" \
  10  VK_CLOUD_PASSWORD="<your_password>" \
  11  lego --dns vkcloud -d '*.example.com' -d example.com run
  12  '''
  13  
  14  Additional = '''
  15  ## Credential information
  16  
  17  You can find all required and additional information on ["Project/Keys" page](https://mcs.mail.ru/app/en/project/keys) of your cloud.
  18  
  19  | ENV Variable               | Parameter from page |
  20  |----------------------------|---------------------|
  21  | VK_CLOUD_PROJECT_ID        | Project ID          |
  22  | VK_CLOUD_USERNAME          | Username            |
  23  | VK_CLOUD_DOMAIN_NAME       | User Domain Name    |
  24  | VK_CLOUD_IDENTITY_ENDPOINT | Identity endpoint   |
  25  '''
  26  
  27  [Configuration]
  28    [Configuration.Credentials]
  29      VK_CLOUD_PROJECT_ID = "String ID of project in VK Cloud"
  30      VK_CLOUD_USERNAME = "Email of VK Cloud account"
  31      VK_CLOUD_PASSWORD = "Password for VK Cloud account"
  32    [Configuration.Additional]
  33      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"
  34      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"
  35      VK_CLOUD_DOMAIN_NAME="Openstack users domain name. Defaults to `users` but can be changed for usage with private clouds"
  36      VK_CLOUD_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  37      VK_CLOUD_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  38      VK_CLOUD_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
  39  
  40  [Links]
  41    API = "https://mcs.mail.ru/docs/networks/vnet/networks/publicdns/api"
  42