Update certbot-dns-cpanel plugin to 0.4.0 #1964
This commit is contained in:
parent
dabeb0907c
commit
d26ecd00c0
1 changed files with 3 additions and 2 deletions
|
|
@ -126,11 +126,12 @@ dns_corenetworks_password = secure_password`,
|
||||||
cpanel: {
|
cpanel: {
|
||||||
display_name: 'cPanel',
|
display_name: 'cPanel',
|
||||||
package_name: 'certbot-dns-cpanel',
|
package_name: 'certbot-dns-cpanel',
|
||||||
version_requirement: '~=0.2.2',
|
version_requirement: '~=0.4.0',
|
||||||
dependencies: '',
|
dependencies: '',
|
||||||
credentials: `cpanel_url = https://cpanel.example.com:2083
|
credentials: `cpanel_url = https://cpanel.example.com:2083
|
||||||
cpanel_username = user
|
cpanel_username = user
|
||||||
cpanel_password = hunter2`,
|
cpanel_password = hunter2
|
||||||
|
cpanel_token = YOURTOKENGOESHERE`,
|
||||||
full_plugin_name: 'cpanel',
|
full_plugin_name: 'cpanel',
|
||||||
},
|
},
|
||||||
//####################################################//
|
//####################################################//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue