use latest certbot-dns-cpanel version

this allows to use token for authentication
This commit is contained in:
Marc
2025-02-09 11:41:30 +01:00
committed by GitHub
parent 63d06da8a8
commit 03fd292c61

View File

@ -74,9 +74,9 @@
"cpanel": { "cpanel": {
"name": "cPanel", "name": "cPanel",
"package_name": "certbot-dns-cpanel", "package_name": "certbot-dns-cpanel",
"version": "~=0.2.2", "version": "~=0.4.0",
"dependencies": "", "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" "full_plugin_name": "cpanel"
}, },
"desec": { "desec": {