dns-plugins.json 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  1. {
  2. "acmedns": {
  3. "credentials": "dns_acmedns_api_url = http://acmedns-server/\ndns_acmedns_registration_file = /data/acme-registration.json",
  4. "dependencies": "",
  5. "full_plugin_name": "dns-acmedns",
  6. "name": "ACME-DNS",
  7. "package_name": "certbot-dns-acmedns",
  8. "version": "~=0.1.0"
  9. },
  10. "active24": {
  11. "credentials": "dns_active24_api_key = <identifier>\ndns_active24_secret = <secret>",
  12. "dependencies": "",
  13. "full_plugin_name": "dns-active24",
  14. "name": "Active24",
  15. "package_name": "certbot-dns-active24",
  16. "version": "~=2.0.0"
  17. },
  18. "aliyun": {
  19. "credentials": "dns_aliyun_access_key = 12345678\ndns_aliyun_access_key_secret = 1234567890abcdef1234567890abcdef",
  20. "dependencies": "",
  21. "full_plugin_name": "dns-aliyun",
  22. "name": "Aliyun",
  23. "package_name": "certbot-dns-aliyun",
  24. "version": "~=2.0.0"
  25. },
  26. "arvan": {
  27. "credentials": "dns_arvan_key = Apikey xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  28. "dependencies": "",
  29. "full_plugin_name": "dns-arvan",
  30. "name": "ArvanCloud",
  31. "package_name": "certbot-dns-arvan",
  32. "version": ">=0.1.0"
  33. },
  34. "azure": {
  35. "credentials": "# This plugin supported API authentication using either Service Principals or utilizing a Managed Identity assigned to the virtual machine.\n# Regardless which authentication method used, the identity will need the “DNS Zone Contributor” role assigned to it.\n# 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.\n\n# Using a service principal (option 1)\ndns_azure_sp_client_id = 912ce44a-0156-4669-ae22-c16a17d34ca5\ndns_azure_sp_client_secret = E-xqXU83Y-jzTI6xe9fs2YC~mck3ZzUih9\ndns_azure_tenant_id = ed1090f3-ab18-4b12-816c-599af8a88cf7\n\n# Using used assigned MSI (option 2)\n# dns_azure_msi_client_id = 912ce44a-0156-4669-ae22-c16a17d34ca5\n\n# Using system assigned MSI (option 3)\n# dns_azure_msi_system_assigned = true\n\n# Zones (at least one always required)\ndns_azure_zone1 = example.com:/subscriptions/c135abce-d87d-48df-936c-15596c6968a5/resourceGroups/dns1\ndns_azure_zone2 = example.org:/subscriptions/99800903-fb14-4992-9aff-12eaf2744622/resourceGroups/dns2",
  36. "dependencies": "azure-mgmt-dns==8.2.0",
  37. "full_plugin_name": "dns-azure",
  38. "name": "Azure",
  39. "package_name": "certbot-dns-azure",
  40. "version": "~=2.6.1"
  41. },
  42. "baidu": {
  43. "credentials": "dns_baidu_access_key = 12345678\ndns_baidu_secret_key = 1234567890abcdef1234567890abcdef",
  44. "dependencies": "",
  45. "full_plugin_name": "dns-baidu",
  46. "name": "baidu",
  47. "package_name": "certbot-dns-baidu",
  48. "version": "~=0.1.1"
  49. },
  50. "beget": {
  51. "credentials": "# Beget API credentials used by Certbot\nbeget_plugin_username = username\nbeget_plugin_password = password",
  52. "dependencies": "",
  53. "full_plugin_name": "beget-plugin",
  54. "name": "Beget",
  55. "package_name": "certbot-beget-plugin",
  56. "version": "~=1.0.0.dev9"
  57. },
  58. "bunny": {
  59. "credentials": "# Bunny API token used by Certbot (see https://dash.bunny.net/account/settings)\ndns_bunny_api_key = xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx",
  60. "dependencies": "",
  61. "full_plugin_name": "dns-bunny",
  62. "name": "bunny.net",
  63. "package_name": "certbot-dns-bunny",
  64. "version": "~=0.0.9"
  65. },
  66. "cdmon": {
  67. "credentials": "dns_cdmon_api_key=your-cdmon-api-token\ndns_cdmon_domain=your_domain_is_optional",
  68. "dependencies": "",
  69. "full_plugin_name": "dns-cdmon",
  70. "name": "cdmon",
  71. "package_name": "certbot-dns-cdmon",
  72. "version": "~=0.4.1"
  73. },
  74. "cloudflare": {
  75. "credentials": "# Cloudflare API token\ndns_cloudflare_api_token=0123456789abcdef0123456789abcdef01234567",
  76. "dependencies": "acme=={{certbot-version}}",
  77. "full_plugin_name": "dns-cloudflare",
  78. "name": "Cloudflare",
  79. "package_name": "certbot-dns-cloudflare",
  80. "version": "=={{certbot-version}}"
  81. },
  82. "cloudns": {
  83. "credentials": "# Target user ID (see https://www.cloudns.net/api-settings/)\n\tdns_cloudns_auth_id=1234\n\t# Alternatively, one of the following two options can be set:\n\t# dns_cloudns_sub_auth_id=1234\n\t# dns_cloudns_sub_auth_user=foobar\n\n\t# API password\n\tdns_cloudns_auth_password=password1",
  84. "dependencies": "",
  85. "full_plugin_name": "dns-cloudns",
  86. "name": "ClouDNS",
  87. "package_name": "certbot-dns-cloudns",
  88. "version": "~=0.7.0"
  89. },
  90. "cloudxns": {
  91. "credentials": "dns_cloudxns_api_key = 1234567890abcdef1234567890abcdef\ndns_cloudxns_secret_key = 1122334455667788",
  92. "dependencies": "",
  93. "full_plugin_name": "dns-cloudxns",
  94. "name": "CloudXNS",
  95. "package_name": "certbot-dns-cloudxns",
  96. "version": "~=1.32.0"
  97. },
  98. "constellix": {
  99. "credentials": "dns_constellix_apikey = 5fb4e76f-ac91-43e5-f982458bc595\ndns_constellix_secretkey = 47d99fd0-32e7-4e07-85b46d08e70b\ndns_constellix_endpoint = https://api.dns.constellix.com/v1",
  100. "dependencies": "",
  101. "full_plugin_name": "dns-constellix",
  102. "name": "Constellix",
  103. "package_name": "certbot-dns-constellix",
  104. "version": "~=0.2.1"
  105. },
  106. "corenetworks": {
  107. "credentials": "dns_corenetworks_username = asaHB12r\ndns_corenetworks_password = secure_password",
  108. "dependencies": "",
  109. "full_plugin_name": "dns-corenetworks",
  110. "name": "Core Networks",
  111. "package_name": "certbot-dns-corenetworks",
  112. "version": "~=0.1.4"
  113. },
  114. "cpanel": {
  115. "credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = your_username\ncpanel_password = your_password\ncpanel_token = your_api_token",
  116. "dependencies": "",
  117. "full_plugin_name": "cpanel",
  118. "name": "cPanel",
  119. "package_name": "certbot-dns-cpanel",
  120. "version": "~=0.4.0"
  121. },
  122. "ddnss": {
  123. "credentials": "dns_ddnss_token = YOUR_DDNSS_API_TOKEN",
  124. "dependencies": "",
  125. "full_plugin_name": "dns-ddnss",
  126. "name": "DDNSS",
  127. "package_name": "certbot-dns-ddnss",
  128. "version": "~=1.1.0"
  129. },
  130. "desec": {
  131. "credentials": "dns_desec_token = YOUR_DESEC_API_TOKEN\ndns_desec_endpoint = https://desec.io/api/v1/",
  132. "dependencies": "",
  133. "full_plugin_name": "dns-desec",
  134. "name": "deSEC",
  135. "package_name": "certbot-dns-desec",
  136. "version": "~=1.2.1"
  137. },
  138. "digitalocean": {
  139. "credentials": "dns_digitalocean_token = 0000111122223333444455556666777788889999aaaabbbbccccddddeeeeffff",
  140. "dependencies": "acme=={{certbot-version}}",
  141. "full_plugin_name": "dns-digitalocean",
  142. "name": "DigitalOcean",
  143. "package_name": "certbot-dns-digitalocean",
  144. "version": "=={{certbot-version}}"
  145. },
  146. "directadmin": {
  147. "credentials": "directadmin_url = https://my.directadminserver.com:2222\ndirectadmin_username = username\ndirectadmin_password = aSuperStrongPassword",
  148. "dependencies": "",
  149. "full_plugin_name": "directadmin",
  150. "name": "DirectAdmin",
  151. "package_name": "certbot-dns-directadmin",
  152. "version": "~=0.0.23"
  153. },
  154. "dnsimple": {
  155. "credentials": "dns_dnsimple_token = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw",
  156. "dependencies": "acme=={{certbot-version}}",
  157. "full_plugin_name": "dns-dnsimple",
  158. "name": "DNSimple",
  159. "package_name": "certbot-dns-dnsimple",
  160. "version": "=={{certbot-version}}"
  161. },
  162. "dnsmadeeasy": {
  163. "credentials": "dns_dnsmadeeasy_api_key = 1c1a3c91-4770-4ce7-96f4-54c0eb0e457a\ndns_dnsmadeeasy_secret_key = c9b5625f-9834-4ff8-baba-4ed5f32cae55",
  164. "dependencies": "acme=={{certbot-version}}",
  165. "full_plugin_name": "dns-dnsmadeeasy",
  166. "name": "DNS Made Easy",
  167. "package_name": "certbot-dns-dnsmadeeasy",
  168. "version": "=={{certbot-version}}"
  169. },
  170. "dnsmulti": {
  171. "credentials": "# See https://go-acme.github.io/lego/dns/#dns-providers for list of providers and their settings\n# Example provider configuration for DreamHost\n# dns_multi_provider = dreamhost\n# DREAMHOST_API_KEY = ABCDEFG1234",
  172. "dependencies": "",
  173. "full_plugin_name": "dns-multi",
  174. "name": "DnsMulti",
  175. "package_name": "certbot-dns-multi",
  176. "version": "~=4.9"
  177. },
  178. "dnspod": {
  179. "credentials": "dns_dnspod_email = \"[email protected]\"\ndns_dnspod_api_token = \"id,key\"",
  180. "dependencies": "",
  181. "full_plugin_name": "dns-dnspod",
  182. "name": "DNSPod",
  183. "package_name": "certbot-dns-dnspod",
  184. "version": "~=0.1.0"
  185. },
  186. "domainoffensive": {
  187. "credentials": "dns_domainoffensive_api_token = YOUR_DO_DE_AUTH_TOKEN",
  188. "dependencies": "",
  189. "full_plugin_name": "dns-domainoffensive",
  190. "name": "DomainOffensive (do.de)",
  191. "package_name": "certbot-dns-domainoffensive",
  192. "version": "~=2.0.0"
  193. },
  194. "domeneshop": {
  195. "credentials": "dns_domeneshop_client_token=YOUR_DOMENESHOP_CLIENT_TOKEN\ndns_domeneshop_client_secret=YOUR_DOMENESHOP_CLIENT_SECRET",
  196. "dependencies": "",
  197. "full_plugin_name": "dns-domeneshop",
  198. "name": "Domeneshop",
  199. "package_name": "certbot-dns-domeneshop",
  200. "version": "~=0.2.8"
  201. },
  202. "duckdns": {
  203. "credentials": "dns_duckdns_token=your-duckdns-token",
  204. "dependencies": "",
  205. "full_plugin_name": "dns-duckdns",
  206. "name": "DuckDNS",
  207. "package_name": "certbot-dns-duckdns",
  208. "version": "~=1.0"
  209. },
  210. "dynu": {
  211. "credentials": "dns_dynu_auth_token = YOUR_DYNU_AUTH_TOKEN",
  212. "dependencies": "",
  213. "full_plugin_name": "dns-dynu",
  214. "name": "Dynu",
  215. "package_name": "certbot-dns-dynu",
  216. "version": "~=0.0.1"
  217. },
  218. "easydns": {
  219. "credentials": "dns_easydns_usertoken = YOUR_EASYDNS_USERTOKEN\ndns_easydns_userkey = YOUR_EASYDNS_USERKEY\ndns_easydns_endpoint = https://rest.easydns.net",
  220. "dependencies": "",
  221. "full_plugin_name": "dns-easydns",
  222. "name": "easyDNS",
  223. "package_name": "certbot-dns-easydns",
  224. "version": "~=0.1.2"
  225. },
  226. "edgedns": {
  227. "credentials": "edgedns_client_secret = as3d1asd5d1a32sdfsdfs2d1asd5=\nedgedns_host = sdflskjdf-dfsdfsdf-sdfsdfsdf.luna.akamaiapis.net\nedgedns_access_token = kjdsi3-34rfsdfsdf-234234fsdfsdf\nedgedns_client_token = dkfjdf-342fsdfsd-23fsdfsdfsdf",
  228. "dependencies": "",
  229. "full_plugin_name": "edgedns",
  230. "name": "Akamai Edge DNS",
  231. "package_name": "certbot-plugin-edgedns",
  232. "version": "~=0.1.0"
  233. },
  234. "eurodns": {
  235. "credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
  236. "dependencies": "",
  237. "full_plugin_name": "dns-eurodns",
  238. "name": "EuroDNS",
  239. "package_name": "certbot-dns-eurodns",
  240. "version": "~=0.0.4"
  241. },
  242. "firstdomains": {
  243. "credentials": "dns_firstdomains_username = myremoteuser\ndns_firstdomains_password = verysecureremoteuserpassword",
  244. "dependencies": "",
  245. "full_plugin_name": "dns-firstdomains",
  246. "name": "First Domains",
  247. "package_name": "certbot-dns-firstdomains",
  248. "version": ">=1.0"
  249. },
  250. "freedns": {
  251. "credentials": "dns_freedns_username = myremoteuser\ndns_freedns_password = verysecureremoteuserpassword",
  252. "dependencies": "",
  253. "full_plugin_name": "dns-freedns",
  254. "name": "FreeDNS",
  255. "package_name": "certbot-dns-freedns",
  256. "version": "~=0.1.0"
  257. },
  258. "gandi": {
  259. "credentials": "# Gandi personal access token\ndns_gandi_token=PERSONAL_ACCESS_TOKEN",
  260. "dependencies": "",
  261. "full_plugin_name": "dns-gandi",
  262. "name": "Gandi Live DNS",
  263. "package_name": "certbot-dns-gandi",
  264. "version": "~=1.6.1"
  265. },
  266. "gcore": {
  267. "credentials": "dns_gcore_apitoken = 0123456789abcdef0123456789abcdef01234567",
  268. "dependencies": "",
  269. "full_plugin_name": "dns-gcore",
  270. "name": "Gcore DNS",
  271. "package_name": "certbot-dns-gcore",
  272. "version": "~=0.1.8"
  273. },
  274. "glesys": {
  275. "credentials": "dns_glesys_user = CL00000\ndns_glesys_password = apikeyvalue",
  276. "dependencies": "",
  277. "full_plugin_name": "dns-glesys",
  278. "name": "Glesys",
  279. "package_name": "certbot-dns-glesys",
  280. "version": "~=2.1.0"
  281. },
  282. "godaddy": {
  283. "credentials": "dns_godaddy_secret = 0123456789abcdef0123456789abcdef01234567\ndns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123",
  284. "dependencies": "",
  285. "full_plugin_name": "dns-godaddy",
  286. "name": "GoDaddy",
  287. "package_name": "certbot-dns-godaddy",
  288. "version": "==2.8.0"
  289. },
  290. "google": {
  291. "credentials": "{\n\"type\": \"service_account\",\n...\n}",
  292. "dependencies": "",
  293. "full_plugin_name": "dns-google",
  294. "name": "Google",
  295. "package_name": "certbot-dns-google",
  296. "version": "=={{certbot-version}}"
  297. },
  298. "googledomains": {
  299. "credentials": "dns_google_domains_access_token = 0123456789abcdef0123456789abcdef01234567\ndns_google_domains_zone = \"example.com\"",
  300. "dependencies": "",
  301. "full_plugin_name": "dns-google-domains",
  302. "name": "GoogleDomainsDNS",
  303. "package_name": "certbot-dns-google-domains",
  304. "version": "~=0.1.5"
  305. },
  306. "he": {
  307. "credentials": "dns_he_user = Me\ndns_he_pass = my HE password",
  308. "dependencies": "",
  309. "full_plugin_name": "dns-he",
  310. "name": "Hurricane Electric",
  311. "package_name": "certbot-dns-he",
  312. "version": "~=1.0.0"
  313. },
  314. "he-ddns": {
  315. "credentials": "dns_he_ddns_password = verysecurepassword",
  316. "dependencies": "",
  317. "full_plugin_name": "dns-he-ddns",
  318. "name": "Hurricane Electric - DDNS",
  319. "package_name": "certbot-dns-he-ddns",
  320. "version": "~=0.1.0"
  321. },
  322. "hetzner": {
  323. "credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
  324. "dependencies": "",
  325. "full_plugin_name": "dns-hetzner",
  326. "name": "Hetzner",
  327. "package_name": "certbot-dns-hetzner",
  328. "version": "~=1.0.4"
  329. },
  330. "hetzner-cloud": {
  331. "credentials": "dns_hetzner_cloud_api_token = your_api_token_here",
  332. "dependencies": "",
  333. "full_plugin_name": "dns-hetzner-cloud",
  334. "name": "Hetzner Cloud",
  335. "package_name": "certbot-dns-hetzner-cloud",
  336. "version": "~=1.0.4"
  337. },
  338. "hostingnl": {
  339. "credentials": "dns_hostingnl_api_key = 0123456789abcdef0123456789abcdef",
  340. "dependencies": "",
  341. "full_plugin_name": "dns-hostingnl",
  342. "name": "Hosting.nl",
  343. "package_name": "certbot-dns-hostingnl",
  344. "version": "~=0.1.5"
  345. },
  346. "hover": {
  347. "credentials": "dns_hover_hoverurl = https://www.hover.com\ndns_hover_username = hover-admin-username\ndns_hover_password = hover-admin-password\ndns_hover_totpsecret = 2fa-totp-secret",
  348. "dependencies": "",
  349. "full_plugin_name": "dns-hover",
  350. "name": "Hover",
  351. "package_name": "certbot-dns-hover",
  352. "version": "~=1.2.1"
  353. },
  354. "infomaniak": {
  355. "credentials": "dns_infomaniak_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  356. "dependencies": "",
  357. "full_plugin_name": "dns-infomaniak",
  358. "name": "Infomaniak",
  359. "package_name": "certbot-dns-infomaniak",
  360. "version": "~=0.2.2"
  361. },
  362. "inwx": {
  363. "credentials": "dns_inwx_url = https://api.domrobot.com/xmlrpc/\ndns_inwx_username = your_username\ndns_inwx_password = your_password\ndns_inwx_shared_secret = your_shared_secret optional",
  364. "dependencies": "",
  365. "full_plugin_name": "dns-inwx",
  366. "name": "INWX",
  367. "package_name": "certbot-dns-inwx",
  368. "version": "~=2.1.2"
  369. },
  370. "ionos": {
  371. "credentials": "dns_ionos_prefix = myapikeyprefix\ndns_ionos_secret = verysecureapikeysecret\ndns_ionos_endpoint = https://api.hosting.ionos.com",
  372. "dependencies": "",
  373. "full_plugin_name": "dns-ionos",
  374. "name": "IONOS",
  375. "package_name": "certbot-dns-ionos",
  376. "version": "==2022.11.24"
  377. },
  378. "ispconfig": {
  379. "credentials": "dns_ispconfig_username = myremoteuser\ndns_ispconfig_password = verysecureremoteuserpassword\ndns_ispconfig_endpoint = https://localhost:8080",
  380. "dependencies": "",
  381. "full_plugin_name": "dns-ispconfig",
  382. "name": "ISPConfig",
  383. "package_name": "certbot-dns-ispconfig",
  384. "version": "~=0.2.0"
  385. },
  386. "isset": {
  387. "credentials": "dns_isset_endpoint=\"https://customer.isset.net/api\"\ndns_isset_token=\"<token>\"",
  388. "dependencies": "",
  389. "full_plugin_name": "dns-isset",
  390. "name": "Isset",
  391. "package_name": "certbot-dns-isset",
  392. "version": "~=0.0.3"
  393. },
  394. "joker": {
  395. "credentials": "dns_joker_username = <Dynamic DNS Authentication Username>\ndns_joker_password = <Dynamic DNS Authentication Password>\ndns_joker_domain = <Dynamic DNS Domain>",
  396. "dependencies": "",
  397. "full_plugin_name": "dns-joker",
  398. "name": "Joker",
  399. "package_name": "certbot-dns-joker",
  400. "version": "~=1.1.0"
  401. },
  402. "kas": {
  403. "credentials": "dns_kas_user = your_kas_user\ndns_kas_password = your_kas_password",
  404. "dependencies": "kasserver",
  405. "full_plugin_name": "dns-kas",
  406. "name": "All-Inkl",
  407. "package_name": "certbot-dns-kas",
  408. "version": "~=0.1.1"
  409. },
  410. "leaseweb": {
  411. "credentials": "dns_leaseweb_api_token = 01234556789",
  412. "dependencies": "",
  413. "full_plugin_name": "dns-leaseweb",
  414. "name": "LeaseWeb",
  415. "package_name": "certbot-dns-leaseweb",
  416. "version": "~=1.0.3"
  417. },
  418. "linode": {
  419. "credentials": "dns_linode_key = 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ64\ndns_linode_version = [<blank>|3|4]",
  420. "dependencies": "acme=={{certbot-version}}",
  421. "full_plugin_name": "dns-linode",
  422. "name": "Linode",
  423. "package_name": "certbot-dns-linode",
  424. "version": "=={{certbot-version}}"
  425. },
  426. "loopia": {
  427. "credentials": "dns_loopia_user = user@loopiaapi\ndns_loopia_password = abcdef0123456789abcdef01234567abcdef0123",
  428. "dependencies": "",
  429. "full_plugin_name": "dns-loopia",
  430. "name": "Loopia",
  431. "package_name": "certbot-dns-loopia",
  432. "version": "~=1.0.0"
  433. },
  434. "luadns": {
  435. "credentials": "dns_luadns_email = [email protected]\ndns_luadns_token = 0123456789abcdef0123456789abcdef",
  436. "dependencies": "acme=={{certbot-version}}",
  437. "full_plugin_name": "dns-luadns",
  438. "name": "LuaDNS",
  439. "package_name": "certbot-dns-luadns",
  440. "version": "=={{certbot-version}}"
  441. },
  442. "mchost24": {
  443. "credentials": "# Obtain API token using https://github.com/JoeJoeTV/mchost24-api-python\ndns_mchost24_api_token=<insert obtained API token here>",
  444. "dependencies": "",
  445. "full_plugin_name": "dns-mchost24",
  446. "name": "MC-HOST24",
  447. "package_name": "certbot-dns-mchost24",
  448. "version": ""
  449. },
  450. "mijnhost": {
  451. "credentials": "dns_mijn_host_api_key=0123456789abcdef0123456789abcdef",
  452. "dependencies": "",
  453. "full_plugin_name": "dns-mijn-host",
  454. "name": "mijn.host",
  455. "package_name": "certbot-dns-mijn-host",
  456. "version": "~=0.0.4"
  457. },
  458. "namecheap": {
  459. "credentials": "dns_namecheap_username = 123456\ndns_namecheap_api_key = 0123456789abcdef0123456789abcdef01234567",
  460. "dependencies": "",
  461. "full_plugin_name": "dns-namecheap",
  462. "name": "Namecheap",
  463. "package_name": "certbot-dns-namecheap",
  464. "version": "~=1.0.0"
  465. },
  466. "namecom": {
  467. "credentials": "dns_namecom_username = myusername\ndns_namecom_token = 0123456789abcdef0123456789abcdef01234567",
  468. "dependencies": "",
  469. "full_plugin_name": "dns-namecom",
  470. "name": "Name.com",
  471. "package_name": "certbot-dns-namecom",
  472. "version": "~=1.0.0"
  473. },
  474. "netcup": {
  475. "credentials": "dns_netcup_customer_id = 123456\ndns_netcup_api_key = 0123456789abcdef0123456789abcdef01234567\ndns_netcup_api_password = abcdef0123456789abcdef01234567abcdef0123",
  476. "dependencies": "",
  477. "full_plugin_name": "dns-netcup",
  478. "name": "netcup",
  479. "package_name": "certbot-dns-netcup",
  480. "version": "~=1.0.0"
  481. },
  482. "nicru": {
  483. "credentials": "dns_nicru_client_id = application-id\ndns_nicru_client_secret = application-token\ndns_nicru_username = 0001110/NIC-D\ndns_nicru_password = password\ndns_nicru_scope = .+:.+/zones/example.com(/.+)?\ndns_nicru_service = DNS_SERVICE_NAME\ndns_nicru_zone = example.com",
  484. "dependencies": "",
  485. "full_plugin_name": "dns-nicru",
  486. "name": "nic.ru",
  487. "package_name": "certbot-dns-nicru",
  488. "version": "~=1.0.3"
  489. },
  490. "njalla": {
  491. "credentials": "dns_njalla_token = 0123456789abcdef0123456789abcdef01234567",
  492. "dependencies": "",
  493. "full_plugin_name": "dns-njalla",
  494. "name": "Njalla",
  495. "package_name": "certbot-dns-njalla",
  496. "version": "~=1.0.0"
  497. },
  498. "nsone": {
  499. "credentials": "dns_nsone_api_key = MDAwMDAwMDAwMDAwMDAw",
  500. "dependencies": "acme=={{certbot-version}}",
  501. "full_plugin_name": "dns-nsone",
  502. "name": "NS1",
  503. "package_name": "certbot-dns-nsone",
  504. "version": "=={{certbot-version}}"
  505. },
  506. "oci": {
  507. "credentials": "[DEFAULT]\nuser = ocid1.user.oc1...\nfingerprint = xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx\ntenancy = ocid1.tenancy.oc1...\nregion = us-ashburn-1\nkey_file = ~/.oci/oci_api_key.pem",
  508. "dependencies": "oci",
  509. "full_plugin_name": "dns-oci",
  510. "name": "Oracle Cloud Infrastructure DNS",
  511. "package_name": "certbot-dns-oci",
  512. "version": "~=0.3.6"
  513. },
  514. "ovh": {
  515. "credentials": "dns_ovh_endpoint = ovh-eu\ndns_ovh_application_key = MDAwMDAwMDAwMDAw\ndns_ovh_application_secret = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw\ndns_ovh_consumer_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw",
  516. "dependencies": "acme=={{certbot-version}}",
  517. "full_plugin_name": "dns-ovh",
  518. "name": "OVH",
  519. "package_name": "certbot-dns-ovh",
  520. "version": "=={{certbot-version}}"
  521. },
  522. "plesk": {
  523. "credentials": "dns_plesk_username = your-username\ndns_plesk_password = secret\ndns_plesk_api_url = https://plesk-api-host:8443",
  524. "dependencies": "",
  525. "full_plugin_name": "dns-plesk",
  526. "name": "Plesk",
  527. "package_name": "certbot-dns-plesk",
  528. "version": "~=0.3.0"
  529. },
  530. "porkbun": {
  531. "credentials": "dns_porkbun_key=your-porkbun-api-key\ndns_porkbun_secret=your-porkbun-api-secret",
  532. "dependencies": "",
  533. "full_plugin_name": "dns-porkbun",
  534. "name": "Porkbun",
  535. "package_name": "certbot-dns-porkbun",
  536. "version": "~=0.11.0"
  537. },
  538. "powerdns": {
  539. "credentials": "dns_powerdns_api_url = https://api.mypowerdns.example.org\ndns_powerdns_api_key = AbCbASsd!@34",
  540. "dependencies": "PyYAML==5.3.1",
  541. "full_plugin_name": "dns-powerdns",
  542. "name": "PowerDNS",
  543. "package_name": "certbot-dns-powerdns",
  544. "version": "~=0.2.1"
  545. },
  546. "regru": {
  547. "credentials": "dns_username=username\ndns_password=password",
  548. "dependencies": "",
  549. "full_plugin_name": "dns",
  550. "name": "reg.ru",
  551. "package_name": "certbot-regru",
  552. "version": "~=1.0.2"
  553. },
  554. "rfc2136": {
  555. "credentials": "# Target DNS server\ndns_rfc2136_server = 192.0.2.1\n# Target DNS port\ndns_rfc2136_port = 53\n# TSIG key name\ndns_rfc2136_name = keyname.\n# TSIG key secret\ndns_rfc2136_secret = 4q4wM/2I180UXoMyN4INVhJNi8V9BCV+jMw2mXgZw/CSuxUT8C7NKKFs AmKd7ak51vWKgSl12ib86oQRPkpDjg==\n# TSIG key algorithm\ndns_rfc2136_algorithm = HMAC-SHA512",
  556. "dependencies": "acme=={{certbot-version}}",
  557. "full_plugin_name": "dns-rfc2136",
  558. "name": "RFC 2136",
  559. "package_name": "certbot-dns-rfc2136",
  560. "version": "=={{certbot-version}}"
  561. },
  562. "rockenstein": {
  563. "credentials": "dns_rockenstein_token=<token>",
  564. "dependencies": "",
  565. "full_plugin_name": "dns-rockenstein",
  566. "name": "rockenstein AG",
  567. "package_name": "certbot-dns-rockenstein",
  568. "version": "~=1.0.0"
  569. },
  570. "route53": {
  571. "credentials": "[default]\naws_access_key_id=AKIAIOSFODNN7EXAMPLE\naws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
  572. "dependencies": "acme=={{certbot-version}}",
  573. "full_plugin_name": "dns-route53",
  574. "name": "Route 53 (Amazon)",
  575. "package_name": "certbot-dns-route53",
  576. "version": "=={{certbot-version}}"
  577. },
  578. "selectelv2": {
  579. "credentials": "dns_selectel_api_v2_account_id = your_account_id\ndns_selectel_api_v2_project_name = your_project\ndns_selectel_api_v2_username = your_username\ndns_selectel_api_v2_password = your_password",
  580. "dependencies": "",
  581. "full_plugin_name": "dns-selectel-api-v2",
  582. "name": "Selectel api v2",
  583. "package_name": "certbot-dns-selectel-api-v2",
  584. "version": "~=0.3.0"
  585. },
  586. "simply": {
  587. "credentials": "dns_simply_account_name = UExxxxxx\ndns_simply_api_key = DsHJdsjh2812872sahj",
  588. "dependencies": "",
  589. "full_plugin_name": "dns-simply",
  590. "name": "Simply",
  591. "package_name": "certbot-dns-simply",
  592. "version": "~=0.1.2"
  593. },
  594. "spaceship": {
  595. "credentials": "[spaceship]\napi_key=your_api_key\napi_secret=your_api_secret",
  596. "dependencies": "",
  597. "full_plugin_name": "dns-spaceship",
  598. "name": "Spaceship",
  599. "package_name": "certbot-dns-spaceship",
  600. "version": "~=1.0.4"
  601. },
  602. "strato": {
  603. "credentials": "dns_strato_username = user\ndns_strato_password = pass\n# uncomment if youre using two factor authentication:\n# dns_strato_totp_devicename = 2fa_device\n# dns_strato_totp_secret = 2fa_secret\n#\n# uncomment if domain name contains special characters\n# insert domain display name as seen on your account page here\n# dns_strato_domain_display_name = my-punicode-url.de\n#\n# if youre not using strato.de or another special endpoint you can customise it below\n# you will probably only need to adjust the host, but you can also change the complete endpoint url\n# dns_strato_custom_api_scheme = https\n# dns_strato_custom_api_host = www.strato.de\n# dns_strato_custom_api_port = 443\n# dns_strato_custom_api_path = \"/apps/CustomerService\"",
  604. "dependencies": "",
  605. "full_plugin_name": "dns-strato",
  606. "name": "Strato",
  607. "package_name": "certbot-dns-strato",
  608. "version": "~=0.2.2"
  609. },
  610. "tencentcloud": {
  611. "credentials": "dns_tencentcloud_secret_id = TENCENT_CLOUD_SECRET_ID\ndns_tencentcloud_secret_key = TENCENT_CLOUD_SECRET_KEY",
  612. "dependencies": "",
  613. "full_plugin_name": "dns-tencentcloud",
  614. "name": "Tencent Cloud",
  615. "package_name": "certbot-dns-tencentcloud",
  616. "version": "~=2.0.2"
  617. },
  618. "timeweb": {
  619. "credentials": "dns_timeweb_api_key = XXXXXXXXXXXXXXXXXXX",
  620. "dependencies": "",
  621. "full_plugin_name": "dns-timeweb",
  622. "name": "Timeweb Cloud",
  623. "package_name": "certbot-dns-timeweb",
  624. "version": "~=1.0.1"
  625. },
  626. "transip": {
  627. "credentials": "dns_transip_username = my_username\ndns_transip_key_file = /etc/letsencrypt/transip-rsa.key",
  628. "dependencies": "",
  629. "full_plugin_name": "dns-transip",
  630. "name": "TransIP",
  631. "package_name": "certbot-dns-transip",
  632. "version": "~=0.5.2"
  633. },
  634. "vultr": {
  635. "credentials": "dns_vultr_key = YOUR_VULTR_API_KEY",
  636. "dependencies": "",
  637. "full_plugin_name": "dns-vultr",
  638. "name": "Vultr",
  639. "package_name": "certbot-dns-vultr",
  640. "version": "~=1.1.0"
  641. },
  642. "websupport": {
  643. "credentials": "dns_websupport_identifier = <api_key>\ndns_websupport_secret_key = <secret>",
  644. "dependencies": "",
  645. "full_plugin_name": "dns-websupport",
  646. "name": "Websupport.sk",
  647. "package_name": "certbot-dns-websupport",
  648. "version": "~=2.0.1"
  649. },
  650. "wedos": {
  651. "credentials": "dns_wedos_user = <wedos_registration>\ndns_wedos_auth = <wapi_password>",
  652. "dependencies": "",
  653. "full_plugin_name": "dns-wedos",
  654. "name": "Wedos",
  655. "package_name": "certbot-dns-wedos",
  656. "version": "~=2.2"
  657. },
  658. "zoneedit": {
  659. "credentials": "dns_zoneedit_user = <login-user-id>\ndns_zoneedit_token = <dyn-authentication-token>",
  660. "dependencies": "--no-deps dnspython",
  661. "full_plugin_name": "dns-zoneedit",
  662. "name": "ZoneEdit",
  663. "package_name": "certbot-dns-zoneedit",
  664. "version": "~=0.3.2"
  665. }
  666. }