Skip to content

Commit 7047750

Browse files
authored
Merge pull request #4358 from pustekuchen91/update-cpanel-certbot-plugin
use latest certbot-dns-cpanel version
2 parents 6f04543 + ccd69c8 commit 7047750

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
@@ -106,9 +106,9 @@
106106
"cpanel": {
107107
"name": "cPanel",
108108
"package_name": "certbot-dns-cpanel",
109-
"version": "~=0.2.2",
109+
"version": "~=0.4.0",
110110
"dependencies": "",
111-
"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2\ncpanel_api_token = token",
111+
"credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = your_username\ncpanel_password = your_password\ncpanel_token = your_api_token",
112112
"full_plugin_name": "cpanel"
113113
},
114114
"ddnss": {

0 commit comments

Comments
 (0)