Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3d8079a

Browse files
authoredMay 21, 2025
Merge pull request #4426 from foxtrotcz/develop
Updates Active24 plugin to API v2
2 parents 6d6d83c + 341ac65 commit 3d8079a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎global/certbot-dns-plugins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"active24": {
1111
"name": "Active24",
1212
"package_name": "certbot-dns-active24",
13-
"version": "~=1.5.1",
13+
"version": "~=2.0.0",
1414
"dependencies": "",
15-
"credentials": "dns_active24_token=\"TOKEN\"",
15+
"credentials": "dns_active24_api_key = <identifier>\ndns_active24_secret = <secret>",
1616
"full_plugin_name": "dns-active24"
1717
},
1818
"aliyun": {

0 commit comments

Comments
 (0)
Please sign in to comment.