|
8 | 8 | "active24": {
|
9 | 9 | "name": "Active24",
|
10 | 10 | "package_name": "certbot-dns-active24",
|
11 |
| - "credentials": "dns_active24_token=\"TOKEN\"", |
| 11 | + "credentials": "dns_active24_api_key = <identifier>\ndns_active24_secret = <secret>", |
12 | 12 | "full_plugin_name": "dns-active24"
|
13 | 13 | },
|
14 | 14 | "aliyun": {
|
|
23 | 23 | "credentials": "# This plugin supported API authentication using either Service Principals or utilizing a Managed Identity assigned to the virtual machine.\n# Regardless which authentication method used, the identity will need the “DNS Zone Contributor” role assigned to it.\n# As multiple Azure DNS Zones in multiple resource groups can exist, the config file needs a mapping of zone to resource group ID. Multiple zones -> ID mappings can be listed by using the key dns_azure_zoneX where X is a unique number. At least 1 zone mapping is required.\n\n# Using a service principal (option 1)\ndns_azure_sp_client_id = 912ce44a-0156-4669-ae22-c16a17d34ca5\ndns_azure_sp_client_secret = E-xqXU83Y-jzTI6xe9fs2YC~mck3ZzUih9\ndns_azure_tenant_id = ed1090f3-ab18-4b12-816c-599af8a88cf7\n\n# Using used assigned MSI (option 2)\n# dns_azure_msi_client_id = 912ce44a-0156-4669-ae22-c16a17d34ca5\n\n# Using system assigned MSI (option 3)\n# dns_azure_msi_system_assigned = true\n\n# Zones (at least one always required)\ndns_azure_zone1 = example.com:/subscriptions/c135abce-d87d-48df-936c-15596c6968a5/resourceGroups/dns1\ndns_azure_zone2 = example.org:/subscriptions/99800903-fb14-4992-9aff-12eaf2744622/resourceGroups/dns2",
|
24 | 24 | "full_plugin_name": "dns-azure"
|
25 | 25 | },
|
| 26 | + "baidu": { |
| 27 | + "name": "baidu", |
| 28 | + "package_name": "certbot-dns-baidu", |
| 29 | + "credentials": "dns_baidu_access_key = 12345678\ndns_baidu_secret_key = 1234567890abcdef1234567890abcdef", |
| 30 | + "full_plugin_name": "dns-baidu" |
| 31 | + }, |
26 | 32 | "beget": {
|
27 | 33 | "name": "Beget",
|
28 | 34 | "package_name": "certbot-beget-plugin",
|
|
71 | 77 | "credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2",
|
72 | 78 | "full_plugin_name": "cpanel"
|
73 | 79 | },
|
| 80 | + "ddnss": { |
| 81 | + "name": "DDNSS", |
| 82 | + "package_name": "certbot-dns-ddnss", |
| 83 | + "credentials": "dns_ddnss_token = YOUR_DDNSS_API_TOKEN", |
| 84 | + "full_plugin_name": "dns-ddnss" |
| 85 | + }, |
74 | 86 | "desec": {
|
75 | 87 | "name": "deSEC",
|
76 | 88 | "package_name": "certbot-dns-desec",
|
|
116 | 128 | "domainoffensive": {
|
117 | 129 | "name": "DomainOffensive (do.de)",
|
118 | 130 | "package_name": "certbot-dns-domainoffensive",
|
119 |
| - "credentials": "dns_do_api_token = YOUR_DO_DE_AUTH_TOKEN", |
| 131 | + "credentials": "dns_domainoffensive_api_token = YOUR_DO_DE_AUTH_TOKEN", |
120 | 132 | "full_plugin_name": "dns-domainoffensive"
|
121 | 133 | },
|
122 | 134 | "domeneshop": {
|
|
155 | 167 | "credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
|
156 | 168 | "full_plugin_name": "dns-eurodns"
|
157 | 169 | },
|
| 170 | + "firstdomains": { |
| 171 | + "name": "First Domains", |
| 172 | + "package_name": "certbot-dns-firstdomains", |
| 173 | + "credentials": "dns_firstdomains_username = myremoteuser\ndns_firstdomains_password = verysecureremoteuserpassword", |
| 174 | + "full_plugin_name": "dns-firstdomains" |
| 175 | + }, |
158 | 176 | "freedns": {
|
159 | 177 | "name": "FreeDNS",
|
160 | 178 | "package_name": "certbot-dns-freedns",
|
|
293 | 311 | "credentials": "dns_netcup_customer_id = 123456\ndns_netcup_api_key = 0123456789abcdef0123456789abcdef01234567\ndns_netcup_api_password = abcdef0123456789abcdef01234567abcdef0123",
|
294 | 312 | "full_plugin_name": "dns-netcup"
|
295 | 313 | },
|
| 314 | + "nicru": { |
| 315 | + "name": "nic.ru", |
| 316 | + "package_name": "certbot-dns-nicru", |
| 317 | + "credentials": "dns_nicru_client_id = application-id\ndns_nicru_client_secret = application-token\ndns_nicru_username = 0001110/NIC-D\ndns_nicru_password = password\ndns_nicru_scope = .+:.+/zones/example.com(/.+)?\ndns_nicru_service = DNS_SERVICE_NAME\ndns_nicru_zone = example.com", |
| 318 | + "full_plugin_name": "dns-nicru" |
| 319 | + }, |
296 | 320 | "njalla": {
|
297 | 321 | "name": "Njalla",
|
298 | 322 | "package_name": "certbot-dns-njalla",
|
|
0 commit comments