From 508bc62852bbb6aab58ff1ef083ce5ad9129a3bd Mon Sep 17 00:00:00 2001 From: lebrou34 Date: Tue, 5 Jan 2021 18:47:22 +0100 Subject: [PATCH] Update certbot-dns-plugins.js --- global/certbot-dns-plugins.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/global/certbot-dns-plugins.js b/global/certbot-dns-plugins.js index 86146c9..12a457a 100644 --- a/global/certbot-dns-plugins.js +++ b/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: {