Skip to content

Commit 42a5bb6

Browse files
authored
Merge pull request NginxProxyManager#3988 from vggscqq/patch-1
Added active24 DNS provider
2 parents a08d18b + ca9eeb5 commit 42a5bb6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

global/certbot-dns-plugins.json

+8
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
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":{
11+
"name": "Active24",
12+
"package_name": "certbot-dns-active24",
13+
"version": "~=1.5.1",
14+
"dependencies": "",
15+
"credentials": "dns_active24_token=\"TOKEN\"",
16+
"full_plugin_name": "dns-active24"
17+
},
1018
"aliyun": {
1119
"name": "Aliyun",
1220
"package_name": "certbot-dns-aliyun",

0 commit comments

Comments
 (0)