Skip to content

Commit d26ecd0

Browse files
committed
Update certbot-dns-cpanel plugin to 0.4.0 NginxProxyManager#1964
1 parent dabeb09 commit d26ecd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

global/certbot-dns-plugins.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,12 @@ dns_corenetworks_password = secure_password`,
126126
cpanel: {
127127
display_name: 'cPanel',
128128
package_name: 'certbot-dns-cpanel',
129-
version_requirement: '~=0.2.2',
129+
version_requirement: '~=0.4.0',
130130
dependencies: '',
131131
credentials: `cpanel_url = https://cpanel.example.com:2083
132132
cpanel_username = user
133-
cpanel_password = hunter2`,
133+
cpanel_password = hunter2
134+
cpanel_token = YOURTOKENGOESHERE`,
134135
full_plugin_name: 'cpanel',
135136
},
136137
//####################################################//

0 commit comments

Comments
 (0)