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" ,
2021-10-07 15:13:48 +00:00
* version _requirement : "Optional package version requirements (e.g. ==1.3 or >=1.2,<2.0, see https://www.python.org/dev/peps/pep-0440/#version-specifiers)" ,
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 ` ,
2021-10-20 16:16:54 +00:00
* full _plugin _name : "The full plugin name as used in the commandline with certbot, e.g. 'dns-njalla'" ,
2020-10-04 21:56:02 +00:00
* } ,
* ...
* }
*
* /
module . exports = {
2023-12-13 22:11:49 +00:00
//####################################################//
acmedns : {
display _name : "ACME-DNS" ,
package _name : "certbot-dns-acmedns" ,
version _requirement : "~=0.1.0" ,
dependencies : "" ,
credentials : ` dns_acmedns_api_url = http://acmedns-server/
2021-10-20 16:16:54 +00:00
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 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-acmedns" ,
} ,
aliyun : {
display _name : "Aliyun" ,
package _name : "certbot-dns-aliyun" ,
version _requirement : "~=0.38.1" ,
dependencies : "" ,
credentials : ` dns_aliyun_access_key = 12345678
2021-10-20 16:16:54 +00:00
dns _aliyun _access _key _secret = 1234567890 abcdef1234567890abcdef ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-aliyun" ,
} ,
//####################################################//
azure : {
display _name : "Azure" ,
package _name : "certbot-dns-azure" ,
version _requirement : "~=1.2.0" ,
dependencies : "" ,
credentials : ` # This plugin supported API authentication using either Service Principals or utilizing a Managed Identity assigned to the virtual machine.
2021-05-19 19:03:07 +00:00
# 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 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-azure" ,
} ,
//####################################################//
bunny : {
display _name : "bunny.net" ,
package _name : "certbot-dns-bunny" ,
version _requirement : "~=0.0.9" ,
dependencies : "" ,
credentials : ` # Bunny API token used by Certbot (see https://dash.bunny.net/account/settings)
2023-07-09 02:48:54 +00:00
dns _bunny _api _key = xxxxxxxxx - xxxx - xxxx - xxxx - xxxxxxxxxxxxxxxxxxx - xxxx - xxxx - xxxx - xxxxxxxxxxx ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-bunny" ,
} ,
//####################################################//
cloudflare : {
display _name : "Cloudflare" ,
package _name : "certbot-dns-cloudflare" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
dependencies : "cloudflare" ,
credentials : ` # Cloudflare API token
2020-10-04 21:56:02 +00:00
dns _cloudflare _api _token = 0123456789 abcdef0123456789abcdef01234567 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-cloudflare" ,
} ,
//####################################################//
cloudns : {
display _name : "ClouDNS" ,
package _name : "certbot-dns-cloudns" ,
version _requirement : "~=0.4.0" ,
dependencies : "" ,
credentials : ` # Target user ID (see https://www.cloudns.net/api-settings/)
2021-05-09 19:47:30 +00:00
dns _cloudns _auth _id = 1234
# Alternatively , one of the following two options can be set :
# dns _cloudns _sub _auth _id = 1234
2021-10-09 21:29:25 +00:00
# dns _cloudns _sub _auth _user = foobar
2021-05-09 19:47:30 +00:00
# API password
dns _cloudns _auth _password = password1 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-cloudns" ,
} ,
//####################################################//
cloudxns : {
display _name : "CloudXNS" ,
package _name : "certbot-dns-cloudxns" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
dependencies : "" ,
credentials : ` dns_cloudxns_api_key = 1234567890abcdef1234567890abcdef
2020-10-04 21:56:02 +00:00
dns _cloudxns _secret _key = 1122334455667788 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-cloudxns" ,
} ,
//####################################################//
constellix : {
display _name : "Constellix" ,
package _name : "certbot-dns-constellix" ,
version _requirement : "~=0.2.1" ,
dependencies : "" ,
credentials : ` dns_constellix_apikey = 5fb4e76f-ac91-43e5-f982458bc595
2022-01-15 09:48:04 +00:00
dns _constellix _secretkey = 47 d99fd0 - 32e7 - 4e07 - 85 b46d08e70b
dns _constellix _endpoint = https : //api.dns.constellix.com/v1`,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-constellix" ,
} ,
//####################################################//
corenetworks : {
display _name : "Core Networks" ,
package _name : "certbot-dns-corenetworks" ,
version _requirement : "~=0.1.4" ,
dependencies : "" ,
credentials : ` dns_corenetworks_username = asaHB12r
2021-10-20 16:16:54 +00:00
dns _corenetworks _password = secure _password ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-corenetworks" ,
} ,
//####################################################//
cpanel : {
display _name : "cPanel" ,
package _name : "certbot-dns-cpanel" ,
version _requirement : "~=0.2.2" ,
dependencies : "" ,
credentials : ` cpanel_url = https://cpanel.example.com:2083
2021-10-20 16:16:54 +00:00
cpanel _username = user
cpanel _password = hunter2 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "cpanel" ,
} ,
//####################################################//
desec : {
display _name : "deSEC" ,
package _name : "certbot-dns-desec" ,
version _requirement : "~=1.2.1" ,
dependencies : "" ,
credentials : ` dns_desec_token = YOUR_DESEC_API_TOKEN
2021-10-20 16:16:54 +00:00
dns _desec _endpoint = https : //desec.io/api/v1/`,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-desec" ,
} ,
//####################################################//
duckdns : {
display _name : "DuckDNS" ,
package _name : "certbot-dns-duckdns" ,
version _requirement : "~=0.9" ,
dependencies : "" ,
credentials : "dns_duckdns_token=your-duckdns-token" ,
full _plugin _name : "dns-duckdns" ,
} ,
//####################################################//
digitalocean : {
display _name : "DigitalOcean" ,
package _name : "certbot-dns-digitalocean" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
dependencies : "" ,
credentials :
"dns_digitalocean_token = 0000111122223333444455556666777788889999aaaabbbbccccddddeeeeffff" ,
full _plugin _name : "dns-digitalocean" ,
} ,
//####################################################//
directadmin : {
display _name : "DirectAdmin" ,
package _name : "certbot-dns-directadmin" ,
version _requirement : "~=0.0.23" ,
dependencies : "" ,
credentials : ` directadmin_url = https://my.directadminserver.com:2222
2020-10-06 13:16:45 +00:00
directadmin _username = username
directadmin _password = aSuperStrongPassword ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "directadmin" ,
} ,
//####################################################//
dnsimple : {
display _name : "DNSimple" ,
package _name : "certbot-dns-dnsimple" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
dependencies : "" ,
credentials : "dns_dnsimple_token = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw" ,
full _plugin _name : "dns-dnsimple" ,
} ,
//####################################################//
dnsmadeeasy : {
display _name : "DNS Made Easy" ,
package _name : "certbot-dns-dnsmadeeasy" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
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 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-dnsmadeeasy" ,
} ,
//####################################################//
dnspod : {
display _name : "DNSPod" ,
package _name : "certbot-dns-dnspod" ,
version _requirement : "~=0.1.0" ,
dependencies : "" ,
credentials : ` dns_dnspod_email = "email@example.com"
2022-01-02 10:49:18 +00:00
dns _dnspod _api _token = "id,key" ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-dnspod" ,
} ,
//####################################################//
domainoffensive : {
display _name : "DomainOffensive (do.de)" ,
package _name : "certbot-dns-do" ,
version _requirement : "~=0.31.0" ,
dependencies : "" ,
credentials : "dns_do_api_token = YOUR_DO_DE_AUTH_TOKEN" ,
full _plugin _name : "dns-do" ,
} ,
//####################################################//
domeneshop : {
display _name : "Domeneshop" ,
package _name : "certbot-dns-domeneshop" ,
version _requirement : "~=0.2.8" ,
dependencies : "" ,
credentials : ` dns_domeneshop_client_token=YOUR_DOMENESHOP_CLIENT_TOKEN
2022-09-28 09:48:31 +00:00
dns _domeneshop _client _secret = YOUR _DOMENESHOP _CLIENT _SECRET ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-domeneshop" ,
} ,
//####################################################//
dynu : {
display _name : "Dynu" ,
package _name : "certbot-dns-dynu" ,
version _requirement : "~=0.0.1" ,
dependencies : "" ,
credentials : "dns_dynu_auth_token = YOUR_DYNU_AUTH_TOKEN" ,
full _plugin _name : "dns-dynu" ,
} ,
//####################################################//
eurodns : {
display _name : "EuroDNS" ,
package _name : "certbot-dns-eurodns" ,
version _requirement : "~=0.0.4" ,
dependencies : "" ,
credentials : ` dns_eurodns_applicationId = myuser
2021-05-09 19:36:52 +00:00
dns _eurodns _apiKey = mysecretpassword
dns _eurodns _endpoint = https : //rest-api.eurodns.com/user-api-gateway/proxy`,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-eurodns" ,
} ,
//####################################################//
gandi : {
display _name : "Gandi Live DNS" ,
package _name : "certbot_plugin_gandi" ,
version _requirement : "~=1.3.2" ,
dependencies : "" ,
credentials : ` # live dns v5 api key
2021-10-20 16:38:21 +00:00
dns _gandi _api _key = APIKEY
# optional organization id , remove it if not used
dns _gandi _sharing _id = SHARINGID ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-gandi" ,
} ,
//####################################################//
godaddy : {
display _name : "GoDaddy" ,
package _name : "certbot-dns-godaddy" ,
version _requirement : "~=0.2.0" ,
dependencies : "" ,
credentials : ` dns_godaddy_secret = 0123456789abcdef0123456789abcdef01234567
2021-05-12 14:28:09 +00:00
dns _godaddy _key = abcdef0123456789abcdef01234567abcdef0123 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-godaddy" ,
} ,
//####################################################//
google : {
display _name : "Google" ,
package _name : "certbot-dns-google" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
dependencies : "" ,
credentials : ` {
2020-11-03 21:24:03 +00:00
"type" : "service_account" ,
...
2020-10-04 21:56:02 +00:00
} ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-google" ,
} ,
//####################################################//
googledomains : {
display _name : "GoogleDomainsDNS" ,
package _name : "certbot-dns-google-domains" ,
version _requirement : "~=0.1.5" ,
dependencies : "" ,
credentials : ` dns_google_domains_access_token = 0123456789abcdef0123456789abcdef01234567
2023-03-03 20:16:33 +00:00
dns _google _domains _zone = "example.com" ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-google-domains" ,
} ,
//####################################################//
hetzner : {
display _name : "Hetzner" ,
package _name : "certbot-dns-hetzner" ,
version _requirement : "~=1.0.4" ,
dependencies : "" ,
credentials : "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef" ,
full _plugin _name : "dns-hetzner" ,
} ,
//####################################################//
infomaniak : {
display _name : "Infomaniak" ,
package _name : "certbot-dns-infomaniak" ,
version _requirement : "~=0.1.12" ,
dependencies : "" ,
credentials : "dns_infomaniak_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" ,
full _plugin _name : "dns-infomaniak" ,
} ,
//####################################################//
inwx : {
display _name : "INWX" ,
package _name : "certbot-dns-inwx" ,
version _requirement : "~=2.1.2" ,
dependencies : "" ,
credentials : ` dns_inwx_url = https://api.domrobot.com/xmlrpc/
2021-10-20 16:16:54 +00:00
dns _inwx _username = your _username
dns _inwx _password = your _password
dns _inwx _shared _secret = your _shared _secret optional ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-inwx" ,
} ,
//####################################################//
ionos : {
display _name : "IONOS" ,
package _name : "certbot-dns-ionos" ,
version _requirement : "==2022.11.24" ,
dependencies : "" ,
credentials : ` dns_ionos_prefix = myapikeyprefix
2021-10-20 16:08:11 +00:00
dns _ionos _secret = verysecureapikeysecret
dns _ionos _endpoint = https : //api.hosting.ionos.com`,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-ionos" ,
} ,
//####################################################//
ispconfig : {
display _name : "ISPConfig" ,
package _name : "certbot-dns-ispconfig" ,
version _requirement : "~=0.2.0" ,
dependencies : "" ,
credentials : ` dns_ispconfig_username = myremoteuser
2021-10-20 16:16:54 +00:00
dns _ispconfig _password = verysecureremoteuserpassword
dns _ispconfig _endpoint = https : //localhost:8080`,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-ispconfig" ,
} ,
//####################################################//
isset : {
display _name : "Isset" ,
package _name : "certbot-dns-isset" ,
version _requirement : "~=0.0.3" ,
dependencies : "" ,
credentials : ` dns_isset_endpoint="https://customer.isset.net/api"
2021-10-20 16:16:54 +00:00
dns _isset _token = "<token>" ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-isset" ,
} ,
joker : {
display _name : "Joker" ,
package _name : "certbot-dns-joker" ,
version _requirement : "~=1.1.0" ,
dependencies : "" ,
credentials : ` dns_joker_username = <Dynamic DNS Authentication Username>
2021-10-20 16:16:54 +00:00
dns _joker _password = < Dynamic DNS Authentication Password >
dns _joker _domain = < Dynamic DNS Domain > ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-joker" ,
} ,
//####################################################//
linode : {
display _name : "Linode" ,
package _name : "certbot-dns-linode" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
dependencies : "" ,
credentials : ` dns_linode_key = 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ64
2020-10-04 21:56:02 +00:00
dns _linode _version = [ < blank > | 3 | 4 ] ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-linode" ,
} ,
//####################################################//
loopia : {
display _name : "Loopia" ,
package _name : "certbot-dns-loopia" ,
version _requirement : "~=1.0.0" ,
dependencies : "" ,
credentials : ` dns_loopia_user = user@loopiaapi
2021-06-30 12:11:58 +00:00
dns _loopia _password = abcdef0123456789abcdef01234567abcdef0123 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-loopia" ,
} ,
//####################################################//
luadns : {
display _name : "LuaDNS" ,
package _name : "certbot-dns-luadns" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
dependencies : "" ,
credentials : ` dns_luadns_email = user@example.com
2020-10-04 21:56:02 +00:00
dns _luadns _token = 0123456789 abcdef0123456789abcdef ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-luadns" ,
} ,
//####################################################//
namecheap : {
display _name : "Namecheap" ,
package _name : "certbot-dns-namecheap" ,
version _requirement : "~=1.0.0" ,
dependencies : "" ,
credentials : ` dns_namecheap_username = 123456
2022-10-08 19:53:34 +00:00
dns _namecheap _api _key = 0123456789 abcdef0123456789abcdef01234567 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-namecheap" ,
} ,
//####################################################//
netcup : {
display _name : "netcup" ,
package _name : "certbot-dns-netcup" ,
version _requirement : "~=1.0.0" ,
dependencies : "" ,
credentials : ` dns_netcup_customer_id = 123456
2021-10-20 16:16:54 +00:00
dns _netcup _api _key = 0123456789 abcdef0123456789abcdef01234567
dns _netcup _api _password = abcdef0123456789abcdef01234567abcdef0123 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-netcup" ,
} ,
//####################################################//
njalla : {
display _name : "Njalla" ,
package _name : "certbot-dns-njalla" ,
version _requirement : "~=1.0.0" ,
dependencies : "" ,
credentials : "dns_njalla_token = 0123456789abcdef0123456789abcdef01234567" ,
full _plugin _name : "dns-njalla" ,
} ,
//####################################################//
nsone : {
display _name : "NS1" ,
package _name : "certbot-dns-nsone" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
dependencies : "" ,
credentials : "dns_nsone_api_key = MDAwMDAwMDAwMDAwMDAw" ,
full _plugin _name : "dns-nsone" ,
} ,
//####################################################//
oci : {
display _name : "Oracle Cloud Infrastructure DNS" ,
package _name : "certbot-dns-oci" ,
package _version : "0.3.6" ,
dependencies : "oci" ,
credentials : ` [DEFAULT]
2021-10-09 21:29:25 +00:00
user = ocid1 . user . oc1 ...
fingerprint = xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx : xx
tenancy = ocid1 . tenancy . oc1 ...
region = us - ashburn - 1
key _file = ~ / . o c i / o c i _ a p i _ k e y . p e m ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-oci" ,
} ,
//####################################################//
online : {
display _name : "Online" ,
package _name : "certbot-dns-online" ,
version _requirement : "~=0.0.8" ,
dependencies : "" ,
credentials : "dns_online_token=0123456789abcdef0123456789abcdef01234567" ,
full _plugin _name : "dns-online" ,
} ,
//####################################################//
ovh : {
display _name : "OVH" ,
package _name : "certbot-dns-ovh" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
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 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-ovh" ,
} ,
//####################################################//
porkbun : {
display _name : "Porkbun" ,
package _name : "certbot-dns-porkbun" ,
version _requirement : "~=0.2" ,
dependencies : "" ,
credentials : ` dns_porkbun_key=your-porkbun-api-key
2021-05-15 16:31:33 +00:00
dns _porkbun _secret = your - porkbun - api - secret ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-porkbun" ,
} ,
//####################################################//
powerdns : {
display _name : "PowerDNS" ,
package _name : "certbot-dns-powerdns" ,
version _requirement : "~=0.2.0" ,
dependencies : "" ,
credentials : ` dns_powerdns_api_url = https://api.mypowerdns.example.org
2021-10-20 16:16:54 +00:00
dns _powerdns _api _key = AbCbASsd ! @ 34 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-powerdns" ,
} ,
//####################################################//
regru : {
display _name : "reg.ru" ,
package _name : "certbot-regru" ,
version _requirement : "~=1.0.2" ,
dependencies : "" ,
credentials : ` dns_username=username
2023-03-18 01:37:23 +00:00
dns _password = password ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns" ,
} ,
//####################################################//
rfc2136 : {
display _name : "RFC 2136" ,
package _name : "certbot-dns-rfc2136" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
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 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-rfc2136" ,
} ,
//####################################################//
route53 : {
display _name : "Route 53 (Amazon)" ,
package _name : "certbot-dns-route53" ,
version _requirement :
"==$(certbot --version | grep -Eo '[0-9](\\.[0-9]+)+')" , // official plugin, use certbot version
dependencies : "" ,
credentials : ` [default]
2020-10-14 07:20:52 +00:00
aws _access _key _id = AKIAIOSFODNN7EXAMPLE
aws _secret _access _key = wJalrXUtnFEMI / K7MDENG / bPxRfiCYEXAMPLEKEY ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-route53" ,
} ,
//####################################################//
strato : {
display _name : "Strato" ,
package _name : "certbot-dns-strato" ,
version _requirement : "~=0.1.1" ,
dependencies : "" ,
credentials : ` dns_strato_username = user
2023-05-18 11:44:52 +00:00
dns _strato _password = pass
2023-09-24 17:17:53 +00:00
# uncomment if youre using two factor authentication :
# dns _strato _totp _devicename = 2 fa _device
# dns _strato _totp _secret = 2 fa _secret
#
2023-05-18 11:44:52 +00:00
# uncomment if domain name contains special characters
# insert domain display name as seen on your account page here
2023-09-24 17:17:53 +00:00
# dns _strato _domain _display _name = my - punicode - url . de
#
# if youre not using strato . de or another special endpoint you can customise it below
# you will probably only need to adjust the host , but you can also change the complete endpoint url
# dns _strato _custom _api _scheme = https
# dns _strato _custom _api _host = www . strato . de
# dns _strato _custom _api _port = 443
# dns _strato _custom _api _path = "/apps/CustomerService" ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-strato" ,
} ,
//####################################################//
transip : {
display _name : "TransIP" ,
package _name : "certbot-dns-transip" ,
version _requirement : "~=0.4.3" ,
dependencies : "" ,
credentials : ` dns_transip_username = my_username
2021-10-20 16:16:54 +00:00
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 ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-transip" ,
} ,
//####################################################//
tencentcloud : {
display _name : "Tencent Cloud" ,
package _name : "certbot-dns-tencentcloud" ,
version _requirement : "~=2.0.2" ,
dependencies : "" ,
credentials : ` dns_tencentcloud_secret_id = TENCENT_CLOUD_SECRET_ID
2022-01-01 16:57:17 +00:00
dns _tencentcloud _secret _key = TENCENT _CLOUD _SECRET _KEY ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-tencentcloud" ,
} ,
//####################################################//
vultr : {
display _name : "Vultr" ,
package _name : "certbot-dns-vultr" ,
version _requirement : "~=1.1.0" ,
dependencies : "" ,
credentials : "dns_vultr_key = YOUR_VULTR_API_KEY" ,
full _plugin _name : "dns-vultr" ,
} ,
//####################################################//
websupportsk : {
display _name : "Websupport.sk" ,
package _name : "certbot-dns-websupportsk" ,
version _requirement : "~=0.1.6" ,
dependencies : "" ,
credentials : ` dns_websupportsk_api_key = <api_key>
2021-10-24 20:14:59 +00:00
dns _websupportsk _secret = < secret >
dns _websupportsk _domain = example . com ` ,
2023-12-13 22:11:49 +00:00
full _plugin _name : "dns-websupportsk" ,
} ,
2020-11-22 08:08:56 +00:00
} ;