Sfoglia il codice sorgente

Update certbot-dns-plugins.js

lebrou34 4 anni fa
parent
commit
9adccfa341
1 ha cambiato i file con 7 aggiunte e 7 eliminazioni
  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: {