mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Merge pull request #1149 from Fuechslein/develop
This commit is contained in:
commit
c807b59fb4
@ -241,6 +241,15 @@ dns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123`,
|
|||||||
full_plugin_name: 'certbot-dns-hetzner:dns-hetzner',
|
full_plugin_name: 'certbot-dns-hetzner:dns-hetzner',
|
||||||
},
|
},
|
||||||
//####################################################//
|
//####################################################//
|
||||||
|
infomaniak: {
|
||||||
|
display_name: 'Infomaniak',
|
||||||
|
package_name: 'certbot-dns-infomaniak',
|
||||||
|
package_version: '0.1.12',
|
||||||
|
dependencies: '',
|
||||||
|
credentials: 'certbot_dns_infomaniak:dns_infomaniak_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX',
|
||||||
|
full_plugin_name: 'certbot-dns-infomaniak:dns-infomaniak',
|
||||||
|
},
|
||||||
|
//####################################################//
|
||||||
inwx: {
|
inwx: {
|
||||||
display_name: 'INWX',
|
display_name: 'INWX',
|
||||||
package_name: 'certbot-dns-inwx',
|
package_name: 'certbot-dns-inwx',
|
||||||
@ -253,6 +262,17 @@ certbot_dns_inwx:dns_inwx_shared_secret = your_shared_secret optional`,
|
|||||||
full_plugin_name: 'certbot-dns-inwx:dns-inwx',
|
full_plugin_name: 'certbot-dns-inwx:dns-inwx',
|
||||||
},
|
},
|
||||||
//####################################################//
|
//####################################################//
|
||||||
|
ionos: {
|
||||||
|
display_name: 'IONOS',
|
||||||
|
package_name: 'certbot-dns-ionos',
|
||||||
|
package_version: '0.0.7',
|
||||||
|
dependencies: '',
|
||||||
|
credentials: `certbot_dns_ionos:dns_ionos_prefix = myapikeyprefix
|
||||||
|
certbot_dns_ionos:dns_ionos_secret = verysecureapikeysecret
|
||||||
|
certbot_dns_ionos:dns_ionos_endpoint = https://api.hosting.ionos.com`,
|
||||||
|
full_plugin_name: 'certbot-dns-ionos:dns-ionos',
|
||||||
|
},
|
||||||
|
//####################################################//
|
||||||
ispconfig: {
|
ispconfig: {
|
||||||
display_name: 'ISPConfig',
|
display_name: 'ISPConfig',
|
||||||
package_name: 'certbot-dns-ispconfig',
|
package_name: 'certbot-dns-ispconfig',
|
||||||
|
Loading…
Reference in New Issue
Block a user