Преглед на файлове

use latest certbot-dns-cpanel version

this allows to use token for authentication

Marc преди 10 месеца
родител
ревизия
03fd292c61
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      global/certbot-dns-plugins.json

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

@@ -74,9 +74,9 @@
 	"cpanel": {
 		"name": "cPanel",
 		"package_name": "certbot-dns-cpanel",
-		"version": "~=0.2.2",
+		"version": "~=0.4.0",
 		"dependencies": "",
-		"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2",
+		"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = your_username\ncpanel_password = your_password\ncpanel_token = your_api_token",
 		"full_plugin_name": "cpanel"
 	},
 	"desec": {