Merge pull request #3827 from Hadatko/feature/addWedosDns

Add wedos dns
This commit is contained in:
jc21 2024-07-01 15:20:23 +10:00 committed by GitHub
commit 7913c9a07d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -462,5 +462,13 @@
"dependencies": "", "dependencies": "",
"credentials": "dns_websupport_identifier = <api_key>\ndns_websupport_secret_key = <secret>", "credentials": "dns_websupport_identifier = <api_key>\ndns_websupport_secret_key = <secret>",
"full_plugin_name": "dns-websupport" "full_plugin_name": "dns-websupport"
},
"wedos":{
"name": "Wedos",
"package_name": "certbot-dns-wedos",
"version": "~=2.2",
"dependencies": "",
"credentials": "dns_wedos_user = <wedos_registration>\ndns_wedos_auth = <wapi_sha256_password>",
"full_plugin_name": "dns-wedos"
} }
} }