mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Merge pull request #3408 from arussell/certbot-dns-plesk
Add support for certbot-dns-plesk
This commit is contained in:
commit
1308ae42c2
@ -472,6 +472,17 @@ dns_ovh_consumer_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw`,
|
||||
full_plugin_name: 'dns-ovh',
|
||||
},
|
||||
//####################################################//
|
||||
plesk: {
|
||||
display_name: 'Plesk',
|
||||
package_name: 'certbot-dns-plesk',
|
||||
version_requirement: '~=0.3.0',
|
||||
dependencies: '',
|
||||
credentials: `dns_plesk_username = your-username
|
||||
dns_plesk_password = secret
|
||||
dns_plesk_api_url = https://plesk-api-host:8443`,
|
||||
full_plugin_name: 'dns-plesk',
|
||||
},
|
||||
//####################################################//
|
||||
porkbun: {
|
||||
display_name: 'Porkbun',
|
||||
package_name: 'certbot-dns-porkbun',
|
||||
|
Loading…
Reference in New Issue
Block a user