Browse Source

Update version 'certbot-beget-plugin' & fix credentials content

Medan-rfz 1 year ago
parent
commit
c6630e87bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      global/certbot-dns-plugins.json

+ 2 - 2
global/certbot-dns-plugins.json

@@ -34,9 +34,9 @@
 	"beget": {
 		"name":"Beget",
 		"package_name": "certbot-beget-plugin",
-		"version": "~=1.0.0.dev8",
+		"version": "~=1.0.0.dev9",
 		"dependencies": "",
-		"credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\beget_plugin_password = password",
+		"credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\nbeget_plugin_password = password",
 		"full_plugin_name": "beget-plugin"
 	},
 	"bunny": {