Skip to content

Commit 03fd292

Browse files
use latest certbot-dns-cpanel version
this allows to use token for authentication
1 parent 63d06da commit 03fd292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global/certbot-dns-plugins.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
"cpanel": {
7575
"name": "cPanel",
7676
"package_name": "certbot-dns-cpanel",
77-
"version": "~=0.2.2",
77+
"version": "~=0.4.0",
7878
"dependencies": "",
79-
"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2",
79+
"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = your_username\ncpanel_password = your_password\ncpanel_token = your_api_token",
8080
"full_plugin_name": "cpanel"
8181
},
8282
"desec": {

0 commit comments

Comments
 (0)