Skip to content

Commit d2d44b2

Browse files
committed
Merge branch 'develop' of https://github.com/NginxProxyManager/nginx-proxy-manager into develop
2 parents 86123b0 + ec12d8f commit d2d44b2

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

global/certbot-dns-plugins.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"credentials": "dns_acmedns_api_url = http://acmedns-server/\ndns_acmedns_registration_file = /data/acme-registration.json",
88
"full_plugin_name": "dns-acmedns"
99
},
10-
"active24":{
10+
"active24": {
1111
"name": "Active24",
1212
"package_name": "certbot-dns-active24",
1313
"version": "~=1.5.1",
@@ -18,7 +18,7 @@
1818
"aliyun": {
1919
"name": "Aliyun",
2020
"package_name": "certbot-dns-aliyun",
21-
"version": "~=0.38.1",
21+
"version": "~=2.0.0",
2222
"dependencies": "",
2323
"credentials": "dns_aliyun_access_key = 12345678\ndns_aliyun_access_key_secret = 1234567890abcdef1234567890abcdef",
2424
"full_plugin_name": "dns-aliyun"
@@ -31,6 +31,14 @@
3131
"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",
3232
"full_plugin_name": "dns-azure"
3333
},
34+
"beget": {
35+
"name":"Beget",
36+
"package_name": "certbot-beget-plugin",
37+
"version": "~=1.0.0.dev9",
38+
"dependencies": "",
39+
"credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\nbeget_plugin_password = password",
40+
"full_plugin_name": "beget-plugin"
41+
},
3442
"bunny": {
3543
"name": "bunny.net",
3644
"package_name": "certbot-dns-bunny",
@@ -410,7 +418,7 @@
410418
"porkbun": {
411419
"name": "Porkbun",
412420
"package_name": "certbot-dns-porkbun",
413-
"version": "~=0.2",
421+
"version": "~=0.9",
414422
"dependencies": "",
415423
"credentials": "dns_porkbun_key=your-porkbun-api-key\ndns_porkbun_secret=your-porkbun-api-secret",
416424
"full_plugin_name": "dns-porkbun"
@@ -503,7 +511,7 @@
503511
"credentials": "dns_websupport_identifier = <api_key>\ndns_websupport_secret_key = <secret>",
504512
"full_plugin_name": "dns-websupport"
505513
},
506-
"wedos":{
514+
"wedos": {
507515
"name": "Wedos",
508516
"package_name": "certbot-dns-wedos",
509517
"version": "~=2.2",
@@ -519,4 +527,4 @@
519527
"credentials": "edgedns_client_secret = as3d1asd5d1a32sdfsdfs2d1asd5=\nedgedns_host = sdflskjdf-dfsdfsdf-sdfsdfsdf.luna.akamaiapis.net\nedgedns_access_token = kjdsi3-34rfsdfsdf-234234fsdfsdf\nedgedns_client_token = dkfjdf-342fsdfsd-23fsdfsdfsdf",
520528
"full_plugin_name": "edgedns"
521529
}
522-
}
530+
}

0 commit comments

Comments
 (0)