Update certbot-dns-cpanel plugin to 0.4.0 #1964

This commit is contained in:
baudneo
2022-10-30 19:03:39 -06:00
parent dabeb0907c
commit d26ecd00c0

View File

@@ -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',
}, },
//####################################################// //####################################################//