Replaced simple quotation marks with double quotation marks
This commit is contained in:
parent
2ea310a239
commit
cfbd3808b5
1 changed files with 8 additions and 8 deletions
|
@ -231,14 +231,14 @@
|
||||||
"credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
|
"credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
|
||||||
"full_plugin_name": "dns-hetzner"
|
"full_plugin_name": "dns-hetzner"
|
||||||
},
|
},
|
||||||
"hostingde": {
|
"hostingde": {
|
||||||
display_name: 'Hosting.de',
|
"name": "Hosting.de",
|
||||||
package_name: 'no-hostingde-api',
|
"package_name": "no-hostingde-api",
|
||||||
version_requirement: '~=0.3.1',
|
"version_requirement": "~=0.3.1",
|
||||||
dependencies: '',
|
"dependencies": "",
|
||||||
credentials: 'no_hostingde_api:dns_hostingde_apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
"credentials": "no_hostingde_api:dns_hostingde_apikey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
|
||||||
full_plugin_name: 'no-hostingde-api:dns-hostingde',
|
"full_plugin_name": "no-hostingde-api:dns-hostingde"
|
||||||
},
|
},
|
||||||
"infomaniak": {
|
"infomaniak": {
|
||||||
"name": "Infomaniak",
|
"name": "Infomaniak",
|
||||||
"package_name": "certbot-dns-infomaniak",
|
"package_name": "certbot-dns-infomaniak",
|
||||||
|
|
Loading…
Reference in a new issue