瀏覽代碼

Update certbot-dns-plugins.js

lebrou34 4 年之前
父節點
當前提交
59e8446d47
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      global/certbot-dns-plugins.js

+ 6 - 6
global/certbot-dns-plugins.js

@@ -111,12 +111,12 @@ certbot_dns_dnspod:dns_dnspod_api_token = "DNSPOD-API-TOKEN"`,
 	},
 	//####################################################//
 	gandi: {
-		display_name:    'Gandi Live DNS',
-		package_name:    'certbot_plugin_gandi',
-		package_version: '1.2.5',
-		dependencies:    '',
-		credentials:     'certbot_plugin_gandi:dns_api_key = APIKEY',
-		full_plugin_name: 'certbot-plugin-gandi:dns',
+		display_name:      'Gandi Live DNS',
+		package_name:      'certbot_plugin_gandi',
+		package_version:   '1.2.5',
+		dependencies:      '',
+		credentials:       'certbot_plugin_gandi:dns_api_key = APIKEY',
+		full_plugin_name:  'certbot-plugin-gandi:dns',
 	},
 	//####################################################//
 	google: {