2020-10-04 21:56:02 +00:00
/ * *
* This file contains info about available Certbot DNS plugins .
2020-10-06 12:49:02 +00:00
* This only works for plugins which use the standard argument structure , so :
* -- authenticator < plugin - name > -- < plugin - name > - credentials < FILE > -- < plugin - name > - propagation - seconds < number >
2020-10-04 21:56:02 +00:00
*
* File Structure :
*
* {
* cloudflare : {
* display _name : "Name displayed to the user" ,
* package _name : "Package name in PyPi repo" ,
* package _version : "Package version in PyPi repo" ,
2020-11-03 20:28:50 +00:00
* dependencies : "Additional dependencies, space separated (as you would pass it to pip install)" ,
2020-10-04 21:56:02 +00:00
* credentials : ` Template of the credentials file ` ,
* full _plugin _name : "The full plugin name as used in the commandline with certbot, including prefixes, e.g. 'certbot-dns-njalla:dns-njalla'" ,
* } ,
* ...
* }
*
* /
module . exports = {
2021-05-09 19:36:52 +00:00
//####################################################//
acmedns : {
display _name : 'ACME-DNS' ,
package _name : 'certbot-dns-acmedns' ,
package _version : '0.1.0' ,
dependencies : '' ,
credentials : ` certbot_dns_acmedns:dns_acmedns_api_url = http://acmedns-server/
certbot _dns _acmedns : dns _acmedns _registration _file = / d a t a / a c m e - r e g i s t r a t i o n . j s o n ` ,
full _plugin _name : 'certbot-dns-acmedns:dns-acmedns' ,
} ,
2020-11-22 08:08:56 +00:00
aliyun : {
display _name : 'Aliyun' ,
package _name : 'certbot-dns-aliyun' ,
package _version : '0.38.1' ,
dependencies : '' ,
credentials : ` certbot_dns_aliyun:dns_aliyun_access_key = 12345678
certbot _dns _aliyun : dns _aliyun _access _key _secret = 1234567890 abcdef1234567890abcdef ` ,
full _plugin _name : 'certbot-dns-aliyun:dns-aliyun' ,
} ,
//####################################################//
2021-05-19 19:03:07 +00:00
azure : {
display _name : 'Azure' ,
package _name : 'certbot-dns-azure' ,
package _version : '1.2.0' ,
dependencies : '' ,
credentials : ` # This plugin supported API authentication using either Service Principals or utilizing a Managed Identity assigned to the virtual machine.
# Regardless which authentication method used , the identity will need the “ DNS Zone Contributor ” role assigned to it .
# As multiple Azure DNS Zones in multiple resource groups can exist , the config file needs a mapping of zone to resource group ID . Multiple zones - > ID mappings can be listed by using the key dns _azure _zoneX where X is a unique number . At least 1 zone mapping is required .
2021-05-09 17:46:20 +00:00
2021-05-19 19:03:07 +00:00
# Using a service principal ( option 1 )
dns _azure _sp _client _id = 912 ce44a - 0156 - 4669 - ae22 - c16a17d34ca5
dns _azure _sp _client _secret = E - xqXU83Y - jzTI6xe9fs2YC ~ mck3ZzUih9
dns _azure _tenant _id = ed1090f3 - ab18 - 4 b12 - 816 c - 599 af8a88cf7
2021-05-09 17:46:20 +00:00
2021-05-19 19:03:07 +00:00
# Using used assigned MSI ( option 2 )
# dns _azure _msi _client _id = 912 ce44a - 0156 - 4669 - ae22 - c16a17d34ca5
2021-05-09 17:46:20 +00:00
2021-05-19 19:03:07 +00:00
# Using system assigned MSI ( option 3 )
# dns _azure _msi _system _assigned = true
2021-05-09 17:46:20 +00:00
2021-05-19 19:03:07 +00:00
# Zones ( at least one always required )
dns _azure _zone1 = example . com : / s u b s c r i p t i o n s / c 1 3 5 a b c e - d 8 7 d - 4 8 d f - 9 3 6 c - 1 5 5 9 6 c 6 9 6 8 a 5 / r e s o u r c e G r o u p s / d n s 1
dns _azure _zone2 = example . org : / s u b s c r i p t i o n s / 9 9 8 0 0 9 0 3 - f b 1 4 - 4 9 9 2 - 9 a f f - 1 2 e a f 2 7 4 4 6 2 2 / r e s o u r c e G r o u p s / d n s 2 ` ,
full _plugin _name : 'dns-azure' ,
} ,
2021-05-09 17:46:20 +00:00
//####################################################//
2020-10-15 00:33:51 +00:00
cloudflare : {
2020-11-03 21:38:09 +00:00
display _name : 'Cloudflare' ,
package _name : 'certbot-dns-cloudflare' ,
package _version : '1.8.0' ,
dependencies : 'cloudflare' ,
credentials : ` # Cloudflare API token
2020-10-04 21:56:02 +00:00
dns _cloudflare _api _token = 0123456789 abcdef0123456789abcdef01234567 ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'dns-cloudflare' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
2021-05-09 19:47:30 +00:00
cloudns : {
display _name : 'ClouDNS' ,
package _name : 'certbot-dns-cloudns' ,
package _version : '0.4.0' ,
dependencies : '' ,
credentials : ` # Target user ID (see https://www.cloudns.net/api-settings/)
dns _cloudns _auth _id = 1234
# Alternatively , one of the following two options can be set :
# dns _cloudns _sub _auth _id = 1234
# dns _cloudns _sub _auth _user = foobar
# API password
dns _cloudns _auth _password = password1 ` ,
full _plugin _name : 'dns-cloudns' ,
} ,
//####################################################//
2020-10-15 00:33:51 +00:00
cloudxns : {
2020-11-03 21:38:09 +00:00
display _name : 'CloudXNS' ,
package _name : 'certbot-dns-cloudxns' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : ` dns_cloudxns_api_key = 1234567890abcdef1234567890abcdef
2020-10-04 21:56:02 +00:00
dns _cloudxns _secret _key = 1122334455667788 ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'dns-cloudxns' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
corenetworks : {
2020-11-03 21:38:09 +00:00
display _name : 'Core Networks' ,
package _name : 'certbot-dns-corenetworks' ,
package _version : '0.1.4' ,
dependencies : '' ,
credentials : ` certbot_dns_corenetworks:dns_corenetworks_username = asaHB12r
2020-10-06 13:16:45 +00:00
certbot _dns _corenetworks : dns _corenetworks _password = secure _password ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'certbot-dns-corenetworks:dns-corenetworks' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
cpanel : {
2020-11-03 21:38:09 +00:00
display _name : 'cPanel' ,
package _name : 'certbot-dns-cpanel' ,
package _version : '0.2.2' ,
dependencies : '' ,
credentials : ` certbot_dns_cpanel:cpanel_url = https://cpanel.example.com:2083
2020-10-06 13:16:45 +00:00
certbot _dns _cpanel : cpanel _username = user
certbot _dns _cpanel : cpanel _password = hunter2 ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'certbot-dns-cpanel:cpanel' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
2021-05-09 19:36:52 +00:00
duckdns : {
display _name : 'DuckDNS' ,
package _name : 'certbot-dns-duckdns' ,
2021-05-15 16:35:49 +00:00
package _version : '0.6' ,
2021-05-09 19:36:52 +00:00
dependencies : '' ,
2021-05-15 16:35:49 +00:00
credentials : 'dns_duckdns_token=your-duckdns-token' ,
2021-05-09 19:36:52 +00:00
full _plugin _name : 'dns-duckdns' ,
} ,
//####################################################//
2020-10-15 00:33:51 +00:00
digitalocean : {
2020-11-03 21:38:09 +00:00
display _name : 'DigitalOcean' ,
package _name : 'certbot-dns-digitalocean' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : 'dns_digitalocean_token = 0000111122223333444455556666777788889999aaaabbbbccccddddeeeeffff' ,
full _plugin _name : 'dns-digitalocean' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
directadmin : {
2020-11-03 21:38:09 +00:00
display _name : 'DirectAdmin' ,
package _name : 'certbot-dns-directadmin' ,
package _version : '0.0.20' ,
dependencies : '' ,
credentials : ` directadmin_url = https://my.directadminserver.com:2222
2020-10-06 13:16:45 +00:00
directadmin _username = username
directadmin _password = aSuperStrongPassword ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'certbot-dns-directadmin:directadmin' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
dnsimple : {
2020-11-03 21:38:09 +00:00
display _name : 'DNSimple' ,
package _name : 'certbot-dns-dnsimple' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : 'dns_dnsimple_token = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw' ,
full _plugin _name : 'dns-dnsimple' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
dnsmadeeasy : {
2020-11-03 21:38:09 +00:00
display _name : 'DNS Made Easy' ,
package _name : 'certbot-dns-dnsmadeeasy' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : ` dns_dnsmadeeasy_api_key = 1c1a3c91-4770-4ce7-96f4-54c0eb0e457a
2020-10-04 21:56:02 +00:00
dns _dnsmadeeasy _secret _key = c9b5625f - 9834 - 4 ff8 - baba - 4 ed5f32cae55 ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'dns-dnsmadeeasy' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
dnspod : {
2020-11-03 21:38:09 +00:00
display _name : 'DNSPod' ,
package _name : 'certbot-dns-dnspod' ,
package _version : '0.1.0' ,
dependencies : '' ,
credentials : ` certbot_dns_dnspod:dns_dnspod_email = "DNSPOD-API-REQUIRES-A-VALID-EMAIL"
2020-10-06 13:16:45 +00:00
certbot _dns _dnspod : dns _dnspod _api _token = "DNSPOD-API-TOKEN" ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'certbot-dns-dnspod:dns-dnspod' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
2021-05-15 16:32:49 +00:00
dynu : {
display _name : 'Dynu' ,
package _name : 'certbot-dns-dynu' ,
package _version : '0.0.1' ,
dependencies : '' ,
credentials : 'certbot_dns_dynu:dns_dynu_auth_token = YOUR_DYNU_AUTH_TOKEN' ,
full _plugin _name : 'certbot-dns-dynu:dns-dynu' ,
} ,
//####################################################//
2021-05-09 19:36:52 +00:00
eurodns : {
display _name : 'EuroDNS' ,
package _name : 'certbot-dns-eurodns' ,
package _version : '0.0.4' ,
dependencies : '' ,
credentials : ` dns_eurodns_applicationId = myuser
dns _eurodns _apiKey = mysecretpassword
dns _eurodns _endpoint = https : //rest-api.eurodns.com/user-api-gateway/proxy`,
full _plugin _name : 'certbot-dns-eurodns:dns-eurodns' ,
} ,
//####################################################//
2021-01-05 17:19:27 +00:00
gandi : {
2021-01-05 17:47:22 +00:00
display _name : 'Gandi Live DNS' ,
package _name : 'certbot_plugin_gandi' ,
package _version : '1.2.5' ,
dependencies : '' ,
credentials : 'certbot_plugin_gandi:dns_api_key = APIKEY' ,
full _plugin _name : 'certbot-plugin-gandi:dns' ,
2021-01-05 16:36:47 +00:00
} ,
//####################################################//
2021-05-12 14:28:09 +00:00
godaddy : {
display _name : 'GoDaddy' ,
package _name : 'certbot-dns-godaddy' ,
package _version : '0.2.0' ,
dependencies : '' ,
credentials : ` dns_godaddy_secret = 0123456789abcdef0123456789abcdef01234567
dns _godaddy _key = abcdef0123456789abcdef01234567abcdef0123 ` ,
full _plugin _name : 'dns-godaddy' ,
} ,
//####################################################//
2020-10-15 00:33:51 +00:00
google : {
2020-11-03 21:38:09 +00:00
display _name : 'Google' ,
package _name : 'certbot-dns-google' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : ` {
2020-11-03 21:24:03 +00:00
"type" : "service_account" ,
...
2020-10-04 21:56:02 +00:00
} ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'dns-google' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
hetzner : {
2020-11-03 21:38:09 +00:00
display _name : 'Hetzner' ,
package _name : 'certbot-dns-hetzner' ,
package _version : '1.0.4' ,
dependencies : '' ,
credentials : 'certbot_dns_hetzner:dns_hetzner_api_token = 0123456789abcdef0123456789abcdef' ,
full _plugin _name : 'certbot-dns-hetzner:dns-hetzner' ,
2020-10-15 00:33:51 +00:00
} ,
2021-06-03 17:35:30 +00:00
//####################################################//
infomaniak : {
display _name : 'Infomaniak' ,
package _name : 'certbot-dns-infomaniak' ,
package _version : '0.1.12' ,
dependencies : '' ,
2021-06-06 14:44:44 +00:00
credentials : 'certbot_dns_infomaniak:dns_infomaniak_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' ,
2021-06-03 17:35:30 +00:00
full _plugin _name : 'certbot-dns-infomaniak:dns-infomaniak' ,
} ,
2020-10-15 00:33:51 +00:00
//####################################################//
inwx : {
2020-11-03 21:38:09 +00:00
display _name : 'INWX' ,
package _name : 'certbot-dns-inwx' ,
package _version : '2.1.2' ,
dependencies : '' ,
credentials : ` certbot_dns_inwx:dns_inwx_url = https://api.domrobot.com/xmlrpc/
2020-10-06 13:16:45 +00:00
certbot _dns _inwx : dns _inwx _username = your _username
certbot _dns _inwx : dns _inwx _password = your _password
certbot _dns _inwx : dns _inwx _shared _secret = your _shared _secret optional ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'certbot-dns-inwx:dns-inwx' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
2021-06-03 17:35:30 +00:00
ionos : {
2021-06-03 17:42:14 +00:00
display _name : 'IONOS' ,
package _name : 'certbot-dns-ionos' ,
package _version : '0.0.7' ,
dependencies : '' ,
credentials : ` certbot_dns_ionos:dns_ionos_prefix = myapikeyprefix
2021-06-03 16:33:33 +00:00
certbot _dns _ionos : dns _ionos _secret = verysecureapikeysecret
certbot _dns _ionos : dns _ionos _endpoint = https : //api.hosting.ionos.com`,
2021-06-03 17:35:30 +00:00
full _plugin _name : 'certbot-dns-ionos:dns-ionos' ,
} ,
2021-06-03 16:33:33 +00:00
//####################################################//
2020-10-15 00:33:51 +00:00
ispconfig : {
2020-11-03 21:38:09 +00:00
display _name : 'ISPConfig' ,
package _name : 'certbot-dns-ispconfig' ,
package _version : '0.2.0' ,
dependencies : '' ,
credentials : ` certbot_dns_ispconfig:dns_ispconfig_username = myremoteuser
2020-10-06 13:16:45 +00:00
certbot _dns _ispconfig : dns _ispconfig _password = verysecureremoteuserpassword
certbot _dns _ispconfig : dns _ispconfig _endpoint = https : //localhost:8080`,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'certbot-dns-ispconfig:dns-ispconfig' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
isset : {
2020-11-03 21:38:09 +00:00
display _name : 'Isset' ,
package _name : 'certbot-dns-isset' ,
package _version : '0.0.3' ,
dependencies : '' ,
credentials : ` certbot_dns_isset:dns_isset_endpoint="https://customer.isset.net/api"
2020-10-06 13:16:45 +00:00
certbot _dns _isset : dns _isset _token = "<token>" ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'certbot-dns-isset:dns-isset' ,
2020-10-15 00:33:51 +00:00
} ,
2021-07-07 07:49:30 +00:00
joker : {
display _name : 'Joker' ,
package _name : 'certbot-dns-joker' ,
package _version : '1.1.0' ,
dependencies : '' ,
credentials : ` certbot_dns_joker:dns_joker_username = <Dynamic DNS Authentication Username>
certbot _dns _joker : dns _joker _password = < Dynamic DNS Authentication Password >
certbot _dns _joker : dns _joker _domain = < Dynamic DNS Domain > ` ,
full _plugin _name : 'certbot-dns-joker:dns-joker' ,
} ,
2020-10-15 00:33:51 +00:00
//####################################################//
linode : {
2020-11-03 21:38:09 +00:00
display _name : 'Linode' ,
package _name : 'certbot-dns-linode' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : ` dns_linode_key = 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ64
2020-10-04 21:56:02 +00:00
dns _linode _version = [ < blank > | 3 | 4 ] ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'dns-linode' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
2021-06-30 12:11:58 +00:00
loopia : {
display _name : 'Loopia' ,
package _name : 'certbot-dns-loopia' ,
package _version : '1.0.0' ,
dependencies : '' ,
credentials : ` dns_loopia_user = user@loopiaapi
dns _loopia _password = abcdef0123456789abcdef01234567abcdef0123 ` ,
full _plugin _name : 'dns-loopia' ,
} ,
//####################################################//
2020-10-15 00:33:51 +00:00
luadns : {
2020-11-03 21:38:09 +00:00
display _name : 'LuaDNS' ,
package _name : 'certbot-dns-luadns' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : ` dns_luadns_email = user@example.com
2020-10-04 21:56:02 +00:00
dns _luadns _token = 0123456789 abcdef0123456789abcdef ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'dns-luadns' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
netcup : {
2020-11-03 21:38:09 +00:00
display _name : 'netcup' ,
package _name : 'certbot-dns-netcup' ,
package _version : '1.0.0' ,
dependencies : '' ,
2021-04-15 07:48:08 +00:00
credentials : ` certbot_dns_netcup:dns_netcup_customer_id = 123456
certbot _dns _netcup : dns _netcup _api _key = 0123456789 abcdef0123456789abcdef01234567
certbot _dns _netcup : dns _netcup _api _password = abcdef0123456789abcdef01234567abcdef0123 ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'certbot-dns-netcup:dns-netcup' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
njalla : {
2020-11-03 21:38:09 +00:00
display _name : 'Njalla' ,
package _name : 'certbot-dns-njalla' ,
package _version : '1.0.0' ,
dependencies : '' ,
credentials : 'certbot_dns_njalla:dns_njalla_token = 0123456789abcdef0123456789abcdef01234567' ,
full _plugin _name : 'certbot-dns-njalla:dns-njalla' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
nsone : {
2020-11-03 21:38:09 +00:00
display _name : 'NS1' ,
package _name : 'certbot-dns-nsone' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : 'dns_nsone_api_key = MDAwMDAwMDAwMDAwMDAw' ,
full _plugin _name : 'dns-nsone' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
ovh : {
2020-11-03 21:38:09 +00:00
display _name : 'OVH' ,
package _name : 'certbot-dns-ovh' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : ` dns_ovh_endpoint = ovh-eu
2020-10-04 21:56:02 +00:00
dns _ovh _application _key = MDAwMDAwMDAwMDAw
dns _ovh _application _secret = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw
dns _ovh _consumer _key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'dns-ovh' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
2021-05-15 16:31:33 +00:00
porkbun : {
display _name : 'Porkbun' ,
2021-05-15 16:35:49 +00:00
package _name : 'certbot-dns-porkbun' ,
2021-05-15 16:31:33 +00:00
package _version : '0.2' ,
dependencies : '' ,
credentials : ` dns_porkbun_key=your-porkbun-api-key
dns _porkbun _secret = your - porkbun - api - secret ` ,
full _plugin _name : 'dns-porkbun' ,
} ,
//####################################################//
2020-10-15 00:33:51 +00:00
powerdns : {
2020-11-03 21:38:09 +00:00
display _name : 'PowerDNS' ,
package _name : 'certbot-dns-powerdns' ,
package _version : '0.2.0' ,
dependencies : '' ,
credentials : ` certbot_dns_powerdns:dns_powerdns_api_url = https://api.mypowerdns.example.org
2020-10-06 13:16:45 +00:00
certbot _dns _powerdns : dns _powerdns _api _key = AbCbASsd ! @ 34 ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'certbot-dns-powerdns:dns-powerdns' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
2021-05-09 17:45:42 +00:00
regru : {
display _name : 'reg.ru' ,
package _name : 'certbot-regru' ,
package _version : '1.0.2' ,
dependencies : '' ,
credentials : ` certbot_regru:dns_username=username
certbot _regru : dns _password = password ` ,
full _plugin _name : 'certbot-regru:dns' ,
} ,
//####################################################//
2020-10-15 00:33:51 +00:00
rfc2136 : {
2020-11-03 21:38:09 +00:00
display _name : 'RFC 2136' ,
package _name : 'certbot-dns-rfc2136' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : ` # Target DNS server
2020-10-04 21:56:02 +00:00
dns _rfc2136 _server = 192.0 . 2.1
# Target DNS port
dns _rfc2136 _port = 53
# TSIG key name
dns _rfc2136 _name = keyname .
# TSIG key secret
dns _rfc2136 _secret = 4 q4wM / 2 I180UXoMyN4INVhJNi8V9BCV + jMw2mXgZw / CSuxUT8C7NKKFs AmKd7ak51vWKgSl12ib86oQRPkpDjg ==
# TSIG key algorithm
dns _rfc2136 _algorithm = HMAC - SHA512 ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'dns-rfc2136' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
route53 : {
2020-11-03 21:38:09 +00:00
display _name : 'Route 53 (Amazon)' ,
package _name : 'certbot-dns-route53' ,
package _version : '1.8.0' ,
dependencies : '' ,
credentials : ` [default]
2020-10-14 07:20:52 +00:00
aws _access _key _id = AKIAIOSFODNN7EXAMPLE
aws _secret _access _key = wJalrXUtnFEMI / K7MDENG / bPxRfiCYEXAMPLEKEY ` ,
2020-11-03 21:38:09 +00:00
full _plugin _name : 'dns-route53' ,
2020-10-15 00:33:51 +00:00
} ,
//####################################################//
2021-03-11 12:33:42 +00:00
transip : {
display _name : 'TransIP' ,
package _name : 'certbot-dns-transip' ,
package _version : '0.3.3' ,
dependencies : '' ,
2021-03-11 14:44:20 +00:00
credentials : ` certbot_dns_transip:dns_transip_username = my_username
certbot _dns _transip : dns _transip _key _file = / e t c / l e t s e n c r y p t / t r a n s i p - r s a . k e y ` ,
2021-03-11 12:33:42 +00:00
full _plugin _name : 'certbot-dns-transip:dns-transip' ,
2021-03-16 11:57:26 +00:00
} ,
2021-03-16 09:49:27 +00:00
//####################################################//
2021-05-09 19:36:52 +00:00
vultr : {
display _name : 'Vultr' ,
package _name : 'certbot-dns-vultr' ,
package _version : '1.0.3' ,
2021-04-26 20:31:16 +00:00
dependencies : '' ,
2021-05-09 19:36:52 +00:00
credentials : 'certbot_dns_vultr:dns_vultr_key = YOUR_VULTR_API_KEY' ,
full _plugin _name : 'certbot-dns-vultr:dns-vultr' ,
2021-04-26 18:25:24 +00:00
} ,
2020-11-22 08:08:56 +00:00
} ;