We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805968a commit 356b98bCopy full SHA for 356b98b
global/certbot-dns-plugins.json
@@ -207,6 +207,14 @@
207
"credentials": "# Gandi personal access token\ndns_gandi_token=PERSONAL_ACCESS_TOKEN",
208
"full_plugin_name": "dns-gandi"
209
},
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
+ },
218
"godaddy": {
219
"name": "GoDaddy",
220
"package_name": "certbot-dns-godaddy",
0 commit comments