ソースを参照

Update certbot-dns-plugins.js

lebrou34 4 年 前
コミット
5cc3b53378
1 ファイル変更7 行追加7 行削除
  1. 7 7
      global/certbot-dns-plugins.js

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

@@ -110,13 +110,13 @@ certbot_dns_dnspod:dns_dnspod_api_token = "DNSPOD-API-TOKEN"`,
 		full_plugin_name: 'certbot-dns-dnspod:dns-dnspod',
 	},
 	//####################################################//
-	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',
+        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',
 	},
 	//####################################################//
 	google: {