Update certbot-dns-cpanel to 0.4.0

The new version supports token authentication.
This commit is contained in:
akic100 2022-03-30 17:45:10 +02:00 committed by GitHub
parent 3538f9719f
commit 8818c1a99a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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