Skip to content

Commit 30dfa9e

Browse files
committed
added CDMon DNS provider
1 parent f327c1e commit 30dfa9e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

global/certbot-dns-plugins.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@
5555
"credentials": "# Bunny API token used by Certbot (see https://dash.bunny.net/account/settings)\ndns_bunny_api_key = xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
5656
"full_plugin_name": "dns-bunny"
5757
},
58+
"cdmon": {
59+
"name": "cdmon",
60+
"package_name": "certbot-dns-cdmon",
61+
"version": "~=0.4.1",
62+
"dependencies": "",
63+
"credentials": "dns_cdmon_api_key=your-cdmon-api-token\ndns_cdmon_domain=your_domain_is_optional",
64+
"full_plugin_name": "dns-cdmon"
65+
},
5866
"cloudflare": {
5967
"name": "Cloudflare",
6068
"package_name": "certbot-dns-cloudflare",

0 commit comments

Comments
 (0)