Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Commit 356b98b

Browse files
committed
Add Gcore DNS Provider
1 parent 805968a commit 356b98b

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
@@ -207,6 +207,14 @@
207207
"credentials": "# Gandi personal access token\ndns_gandi_token=PERSONAL_ACCESS_TOKEN",
208208
"full_plugin_name": "dns-gandi"
209209
},
210+
"gcore": {
211+
"name": "Gcore DNS",
212+
"package_name": "certbot-dns-gcore",
213+
"version": "~=0.1.8",
214+
"dependencies": "",
215+
"credentials": "dns_gcore_api_key = 0123456789abcdef0123456789abcdef01234567",
216+
"full_plugin_name": "dns-gcore"
217+
},
210218
"godaddy": {
211219
"name": "GoDaddy",
212220
"package_name": "certbot-dns-godaddy",

0 commit comments

Comments
 (0)