Skip to content

Commit 2a4093c

Browse files
authored
Merge pull request #4215 from TECH7Fox/patch-1
Add hostingnl DNS Challenge provider
2 parents ae2ac8a + 56033be commit 2a4093c

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
@@ -247,6 +247,14 @@
247247
"credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
248248
"full_plugin_name": "dns-hetzner"
249249
},
250+
"hostingnl": {
251+
"name": "Hosting.nl",
252+
"package_name": "certbot-dns-hostingnl",
253+
"version": "~=0.1.5",
254+
"dependencies": "",
255+
"credentials": "dns_hostingnl_api_key = 0123456789abcdef0123456789abcdef",
256+
"full_plugin_name": "dns-hostingnl"
257+
},
250258
"hover": {
251259
"name": "Hover",
252260
"package_name": "certbot-dns-hover",

0 commit comments

Comments
 (0)