Skip to content

Commit 4de4b65

Browse files
authored
Merge pull request NginxProxyManager#4252 from GergelyGombai/develop
Add Gcore DNS Provider
2 parents ec12d8f + 73110d5 commit 4de4b65

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
@@ -215,6 +215,14 @@
215215
"credentials": "# Gandi personal access token\ndns_gandi_token=PERSONAL_ACCESS_TOKEN",
216216
"full_plugin_name": "dns-gandi"
217217
},
218+
"gcore": {
219+
"name": "Gcore DNS",
220+
"package_name": "certbot-dns-gcore",
221+
"version": "~=0.1.8",
222+
"dependencies": "",
223+
"credentials": "dns_gcore_apitoken = 0123456789abcdef0123456789abcdef01234567",
224+
"full_plugin_name": "dns-gcore"
225+
},
218226
"godaddy": {
219227
"name": "GoDaddy",
220228
"package_name": "certbot-dns-godaddy",

0 commit comments

Comments
 (0)