Skip to content

Commit f5879df

Browse files
authored
Update certbot-dns-plugins.json
Fix for bug #4429 add cpanel_api_token entry to credentials check. Will still need to update the documentation that the user will need to retrieve the api token from their cPanel.
1 parent 5e66d67 commit f5879df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global/certbot-dns-plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"package_name": "certbot-dns-cpanel",
9393
"version": "~=0.2.2",
9494
"dependencies": "",
95-
"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2",
95+
"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2\ncpanel_api_token = token",
9696
"full_plugin_name": "cpanel"
9797
},
9898
"desec": {

0 commit comments

Comments
 (0)