mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Add support for certbot-dns-plesk
This commit is contained in:
parent
e08a4d4490
commit
7d85463dae
@ -472,6 +472,17 @@ dns_ovh_consumer_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw`,
|
|||||||
full_plugin_name: 'dns-ovh',
|
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: {
|
porkbun: {
|
||||||
display_name: 'Porkbun',
|
display_name: 'Porkbun',
|
||||||
package_name: 'certbot-dns-porkbun',
|
package_name: 'certbot-dns-porkbun',
|
||||||
|
Loading…
Reference in New Issue
Block a user