certbot-dns-plugins.json 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506
  1. {
  2. "acmedns": {
  3. "name": "ACME-DNS",
  4. "package_name": "certbot-dns-acmedns",
  5. "version": "~=0.1.0",
  6. "dependencies": "",
  7. "credentials": "dns_acmedns_api_url = http://acmedns-server/\ndns_acmedns_registration_file = /data/acme-registration.json",
  8. "full_plugin_name": "dns-acmedns"
  9. },
  10. "active24":{
  11. "name": "Active24",
  12. "package_name": "certbot-dns-active24",
  13. "version": "~=1.5.1",
  14. "dependencies": "",
  15. "credentials": "dns_active24_token=\"TOKEN\"",
  16. "full_plugin_name": "dns-active24"
  17. },
  18. "aliyun": {
  19. "name": "Aliyun",
  20. "package_name": "certbot-dns-aliyun",
  21. "version": "~=0.38.1",
  22. "dependencies": "",
  23. "credentials": "dns_aliyun_access_key = 12345678\ndns_aliyun_access_key_secret = 1234567890abcdef1234567890abcdef",
  24. "full_plugin_name": "dns-aliyun"
  25. },
  26. "azure": {
  27. "name": "Azure",
  28. "package_name": "certbot-dns-azure",
  29. "version": "~=1.2.0",
  30. "dependencies": "",
  31. "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",
  32. "full_plugin_name": "dns-azure"
  33. },
  34. "bunny": {
  35. "name": "bunny.net",
  36. "package_name": "certbot-dns-bunny",
  37. "version": "~=0.0.9",
  38. "dependencies": "",
  39. "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",
  40. "full_plugin_name": "dns-bunny"
  41. },
  42. "cloudflare": {
  43. "name": "Cloudflare",
  44. "package_name": "certbot-dns-cloudflare",
  45. "version": "=={{certbot-version}}",
  46. "dependencies": "cloudflare==2.19.* acme=={{certbot-version}}",
  47. "credentials": "# Cloudflare API token\ndns_cloudflare_api_token=0123456789abcdef0123456789abcdef01234567",
  48. "full_plugin_name": "dns-cloudflare"
  49. },
  50. "cloudns": {
  51. "name": "ClouDNS",
  52. "package_name": "certbot-dns-cloudns",
  53. "version": "~=0.6.0",
  54. "dependencies": "",
  55. "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",
  56. "full_plugin_name": "dns-cloudns"
  57. },
  58. "cloudxns": {
  59. "name": "CloudXNS",
  60. "package_name": "certbot-dns-cloudxns",
  61. "version": "~=1.32.0",
  62. "dependencies": "",
  63. "credentials": "dns_cloudxns_api_key = 1234567890abcdef1234567890abcdef\ndns_cloudxns_secret_key = 1122334455667788",
  64. "full_plugin_name": "dns-cloudxns"
  65. },
  66. "constellix": {
  67. "name": "Constellix",
  68. "package_name": "certbot-dns-constellix",
  69. "version": "~=0.2.1",
  70. "dependencies": "",
  71. "credentials": "dns_constellix_apikey = 5fb4e76f-ac91-43e5-f982458bc595\ndns_constellix_secretkey = 47d99fd0-32e7-4e07-85b46d08e70b\ndns_constellix_endpoint = https://api.dns.constellix.com/v1",
  72. "full_plugin_name": "dns-constellix"
  73. },
  74. "corenetworks": {
  75. "name": "Core Networks",
  76. "package_name": "certbot-dns-corenetworks",
  77. "version": "~=0.1.4",
  78. "dependencies": "",
  79. "credentials": "dns_corenetworks_username = asaHB12r\ndns_corenetworks_password = secure_password",
  80. "full_plugin_name": "dns-corenetworks"
  81. },
  82. "cpanel": {
  83. "name": "cPanel",
  84. "package_name": "certbot-dns-cpanel",
  85. "version": "~=0.2.2",
  86. "dependencies": "",
  87. "credentials": "cpanel_url = https://cpanel.example.com:2083\ncpanel_username = user\ncpanel_password = hunter2",
  88. "full_plugin_name": "cpanel"
  89. },
  90. "desec": {
  91. "name": "deSEC",
  92. "package_name": "certbot-dns-desec",
  93. "version": "~=1.2.1",
  94. "dependencies": "",
  95. "credentials": "dns_desec_token = YOUR_DESEC_API_TOKEN\ndns_desec_endpoint = https://desec.io/api/v1/",
  96. "full_plugin_name": "dns-desec"
  97. },
  98. "duckdns": {
  99. "name": "DuckDNS",
  100. "package_name": "certbot-dns-duckdns",
  101. "version": "~=1.0",
  102. "dependencies": "",
  103. "credentials": "dns_duckdns_token=your-duckdns-token",
  104. "full_plugin_name": "dns-duckdns"
  105. },
  106. "digitalocean": {
  107. "name": "DigitalOcean",
  108. "package_name": "certbot-dns-digitalocean",
  109. "version": "=={{certbot-version}}",
  110. "dependencies": "acme=={{certbot-version}}",
  111. "credentials": "dns_digitalocean_token = 0000111122223333444455556666777788889999aaaabbbbccccddddeeeeffff",
  112. "full_plugin_name": "dns-digitalocean"
  113. },
  114. "directadmin": {
  115. "name": "DirectAdmin",
  116. "package_name": "certbot-dns-directadmin",
  117. "version": "~=0.0.23",
  118. "dependencies": "",
  119. "credentials": "directadmin_url = https://my.directadminserver.com:2222\ndirectadmin_username = username\ndirectadmin_password = aSuperStrongPassword",
  120. "full_plugin_name": "directadmin"
  121. },
  122. "dnsimple": {
  123. "name": "DNSimple",
  124. "package_name": "certbot-dns-dnsimple",
  125. "version": "=={{certbot-version}}",
  126. "dependencies": "acme=={{certbot-version}}",
  127. "credentials": "dns_dnsimple_token = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw",
  128. "full_plugin_name": "dns-dnsimple"
  129. },
  130. "dnsmadeeasy": {
  131. "name": "DNS Made Easy",
  132. "package_name": "certbot-dns-dnsmadeeasy",
  133. "version": "=={{certbot-version}}",
  134. "dependencies": "acme=={{certbot-version}}",
  135. "credentials": "dns_dnsmadeeasy_api_key = 1c1a3c91-4770-4ce7-96f4-54c0eb0e457a\ndns_dnsmadeeasy_secret_key = c9b5625f-9834-4ff8-baba-4ed5f32cae55",
  136. "full_plugin_name": "dns-dnsmadeeasy"
  137. },
  138. "dnsmulti": {
  139. "name": "DnsMulti",
  140. "package_name": "certbot-dns-multi",
  141. "version": "~=4.9",
  142. "dependencies": "",
  143. "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",
  144. "full_plugin_name": "dns-multi"
  145. },
  146. "dnspod": {
  147. "name": "DNSPod",
  148. "package_name": "certbot-dns-dnspod",
  149. "version": "~=0.1.0",
  150. "dependencies": "",
  151. "credentials": "dns_dnspod_email = \"[email protected]\"\ndns_dnspod_api_token = \"id,key\"",
  152. "full_plugin_name": "dns-dnspod"
  153. },
  154. "domainoffensive": {
  155. "name": "DomainOffensive (do.de)",
  156. "package_name": "certbot-dns-do",
  157. "version": "~=0.31.0",
  158. "dependencies": "",
  159. "credentials": "dns_do_api_token = YOUR_DO_DE_AUTH_TOKEN",
  160. "full_plugin_name": "dns-do"
  161. },
  162. "domeneshop": {
  163. "name": "Domeneshop",
  164. "package_name": "certbot-dns-domeneshop",
  165. "version": "~=0.2.8",
  166. "dependencies": "",
  167. "credentials": "dns_domeneshop_client_token=YOUR_DOMENESHOP_CLIENT_TOKEN\ndns_domeneshop_client_secret=YOUR_DOMENESHOP_CLIENT_SECRET",
  168. "full_plugin_name": "dns-domeneshop"
  169. },
  170. "dynu": {
  171. "name": "Dynu",
  172. "package_name": "certbot-dns-dynu",
  173. "version": "~=0.0.1",
  174. "dependencies": "",
  175. "credentials": "dns_dynu_auth_token = YOUR_DYNU_AUTH_TOKEN",
  176. "full_plugin_name": "dns-dynu"
  177. },
  178. "easydns": {
  179. "name": "easyDNS",
  180. "package_name": "certbot-dns-easydns",
  181. "version": "~=0.1.2",
  182. "dependencies": "",
  183. "credentials": "dns_easydns_usertoken = YOUR_EASYDNS_USERTOKEN\ndns_easydns_userkey = YOUR_EASYDNS_USERKEY\ndns_easydns_endpoint = https://rest.easydns.net",
  184. "full_plugin_name": "dns-easydns"
  185. },
  186. "eurodns": {
  187. "name": "EuroDNS",
  188. "package_name": "certbot-dns-eurodns",
  189. "version": "~=0.0.4",
  190. "dependencies": "",
  191. "credentials": "dns_eurodns_applicationId = myuser\ndns_eurodns_apiKey = mysecretpassword\ndns_eurodns_endpoint = https://rest-api.eurodns.com/user-api-gateway/proxy",
  192. "full_plugin_name": "dns-eurodns"
  193. },
  194. "freedns": {
  195. "name": "FreeDNS",
  196. "package_name": "certbot-dns-freedns",
  197. "version": "~=0.1.0",
  198. "dependencies": "",
  199. "credentials": "dns_freedns_username = myremoteuser\ndns_freedns_password = verysecureremoteuserpassword",
  200. "full_plugin_name": "dns-freedns"
  201. },
  202. "gandi": {
  203. "name": "Gandi Live DNS",
  204. "package_name": "certbot_plugin_gandi",
  205. "version": "~=1.5.0",
  206. "dependencies": "",
  207. "credentials": "# Gandi personal access token\ndns_gandi_token=PERSONAL_ACCESS_TOKEN",
  208. "full_plugin_name": "dns-gandi"
  209. },
  210. "godaddy": {
  211. "name": "GoDaddy",
  212. "package_name": "certbot-dns-godaddy",
  213. "version": "==2.8.0",
  214. "dependencies": "",
  215. "credentials": "dns_godaddy_secret = 0123456789abcdef0123456789abcdef01234567\ndns_godaddy_key = abcdef0123456789abcdef01234567abcdef0123",
  216. "full_plugin_name": "dns-godaddy"
  217. },
  218. "google": {
  219. "name": "Google",
  220. "package_name": "certbot-dns-google",
  221. "version": "=={{certbot-version}}",
  222. "dependencies": "",
  223. "credentials": "{\n\"type\": \"service_account\",\n...\n}",
  224. "full_plugin_name": "dns-google"
  225. },
  226. "googledomains": {
  227. "name": "GoogleDomainsDNS",
  228. "package_name": "certbot-dns-google-domains",
  229. "version": "~=0.1.5",
  230. "dependencies": "",
  231. "credentials": "dns_google_domains_access_token = 0123456789abcdef0123456789abcdef01234567\ndns_google_domains_zone = \"example.com\"",
  232. "full_plugin_name": "dns-google-domains"
  233. },
  234. "he": {
  235. "name": "Hurricane Electric",
  236. "package_name": "certbot-dns-he",
  237. "version": "~=1.0.0",
  238. "dependencies": "",
  239. "credentials": "dns_he_user = Me\ndns_he_pass = my HE password",
  240. "full_plugin_name": "dns-he"
  241. },
  242. "hetzner": {
  243. "name": "Hetzner",
  244. "package_name": "certbot-dns-hetzner",
  245. "version": "~=1.0.4",
  246. "dependencies": "",
  247. "credentials": "dns_hetzner_api_token = 0123456789abcdef0123456789abcdef",
  248. "full_plugin_name": "dns-hetzner"
  249. },
  250. "hover": {
  251. "name": "Hover",
  252. "package_name": "certbot-dns-hover",
  253. "version": "~=1.2.1",
  254. "dependencies": "",
  255. "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",
  256. "full_plugin_name": "dns-hover"
  257. },
  258. "infomaniak": {
  259. "name": "Infomaniak",
  260. "package_name": "certbot-dns-infomaniak",
  261. "version": "~=0.2.2",
  262. "dependencies": "",
  263. "credentials": "dns_infomaniak_token = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
  264. "full_plugin_name": "dns-infomaniak"
  265. },
  266. "inwx": {
  267. "name": "INWX",
  268. "package_name": "certbot-dns-inwx",
  269. "version": "~=2.1.2",
  270. "dependencies": "",
  271. "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",
  272. "full_plugin_name": "dns-inwx"
  273. },
  274. "ionos": {
  275. "name": "IONOS",
  276. "package_name": "certbot-dns-ionos",
  277. "version": "==2022.11.24",
  278. "dependencies": "",
  279. "credentials": "dns_ionos_prefix = myapikeyprefix\ndns_ionos_secret = verysecureapikeysecret\ndns_ionos_endpoint = https://api.hosting.ionos.com",
  280. "full_plugin_name": "dns-ionos"
  281. },
  282. "ispconfig": {
  283. "name": "ISPConfig",
  284. "package_name": "certbot-dns-ispconfig",
  285. "version": "~=0.2.0",
  286. "dependencies": "",
  287. "credentials": "dns_ispconfig_username = myremoteuser\ndns_ispconfig_password = verysecureremoteuserpassword\ndns_ispconfig_endpoint = https://localhost:8080",
  288. "full_plugin_name": "dns-ispconfig"
  289. },
  290. "isset": {
  291. "name": "Isset",
  292. "package_name": "certbot-dns-isset",
  293. "version": "~=0.0.3",
  294. "dependencies": "",
  295. "credentials": "dns_isset_endpoint=\"https://customer.isset.net/api\"\ndns_isset_token=\"<token>\"",
  296. "full_plugin_name": "dns-isset"
  297. },
  298. "joker": {
  299. "name": "Joker",
  300. "package_name": "certbot-dns-joker",
  301. "version": "~=1.1.0",
  302. "dependencies": "",
  303. "credentials": "dns_joker_username = <Dynamic DNS Authentication Username>\ndns_joker_password = <Dynamic DNS Authentication Password>\ndns_joker_domain = <Dynamic DNS Domain>",
  304. "full_plugin_name": "dns-joker"
  305. },
  306. "linode": {
  307. "name": "Linode",
  308. "package_name": "certbot-dns-linode",
  309. "version": "=={{certbot-version}}",
  310. "dependencies": "acme=={{certbot-version}}",
  311. "credentials": "dns_linode_key = 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ64\ndns_linode_version = [<blank>|3|4]",
  312. "full_plugin_name": "dns-linode"
  313. },
  314. "loopia": {
  315. "name": "Loopia",
  316. "package_name": "certbot-dns-loopia",
  317. "version": "~=1.0.0",
  318. "dependencies": "",
  319. "credentials": "dns_loopia_user = user@loopiaapi\ndns_loopia_password = abcdef0123456789abcdef01234567abcdef0123",
  320. "full_plugin_name": "dns-loopia"
  321. },
  322. "luadns": {
  323. "name": "LuaDNS",
  324. "package_name": "certbot-dns-luadns",
  325. "version": "=={{certbot-version}}",
  326. "dependencies": "acme=={{certbot-version}}",
  327. "credentials": "dns_luadns_email = [email protected]\ndns_luadns_token = 0123456789abcdef0123456789abcdef",
  328. "full_plugin_name": "dns-luadns"
  329. },
  330. "mijnhost": {
  331. "name": "mijn.host",
  332. "package_name": "certbot-dns-mijn-host",
  333. "version": "~=0.0.4",
  334. "dependencies": "",
  335. "credentials": "dns-mijn-host-credentials = /etc/letsencrypt/mijnhost-credentials.ini",
  336. "full_plugin_name": "dns-mijn-host"
  337. },
  338. "namecheap": {
  339. "name": "Namecheap",
  340. "package_name": "certbot-dns-namecheap",
  341. "version": "~=1.0.0",
  342. "dependencies": "",
  343. "credentials": "dns_namecheap_username = 123456\ndns_namecheap_api_key = 0123456789abcdef0123456789abcdef01234567",
  344. "full_plugin_name": "dns-namecheap"
  345. },
  346. "netcup": {
  347. "name": "netcup",
  348. "package_name": "certbot-dns-netcup",
  349. "version": "~=1.0.0",
  350. "dependencies": "",
  351. "credentials": "dns_netcup_customer_id = 123456\ndns_netcup_api_key = 0123456789abcdef0123456789abcdef01234567\ndns_netcup_api_password = abcdef0123456789abcdef01234567abcdef0123",
  352. "full_plugin_name": "dns-netcup"
  353. },
  354. "njalla": {
  355. "name": "Njalla",
  356. "package_name": "certbot-dns-njalla",
  357. "version": "~=1.0.0",
  358. "dependencies": "",
  359. "credentials": "dns_njalla_token = 0123456789abcdef0123456789abcdef01234567",
  360. "full_plugin_name": "dns-njalla"
  361. },
  362. "nsone": {
  363. "name": "NS1",
  364. "package_name": "certbot-dns-nsone",
  365. "version": "=={{certbot-version}}",
  366. "dependencies": "acme=={{certbot-version}}",
  367. "credentials": "dns_nsone_api_key = MDAwMDAwMDAwMDAwMDAw",
  368. "full_plugin_name": "dns-nsone"
  369. },
  370. "oci": {
  371. "name": "Oracle Cloud Infrastructure DNS",
  372. "package_name": "certbot-dns-oci",
  373. "version": "~=0.3.6",
  374. "dependencies": "oci",
  375. "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",
  376. "full_plugin_name": "dns-oci"
  377. },
  378. "ovh": {
  379. "name": "OVH",
  380. "package_name": "certbot-dns-ovh",
  381. "version": "=={{certbot-version}}",
  382. "dependencies": "acme=={{certbot-version}}",
  383. "credentials": "dns_ovh_endpoint = ovh-eu\ndns_ovh_application_key = MDAwMDAwMDAwMDAw\ndns_ovh_application_secret = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw\ndns_ovh_consumer_key = MDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw",
  384. "full_plugin_name": "dns-ovh"
  385. },
  386. "plesk": {
  387. "name": "Plesk",
  388. "package_name": "certbot-dns-plesk",
  389. "version": "~=0.3.0",
  390. "dependencies": "",
  391. "credentials": "dns_plesk_username = your-username\ndns_plesk_password = secret\ndns_plesk_api_url = https://plesk-api-host:8443",
  392. "full_plugin_name": "dns-plesk"
  393. },
  394. "porkbun": {
  395. "name": "Porkbun",
  396. "package_name": "certbot-dns-porkbun",
  397. "version": "~=0.2",
  398. "dependencies": "",
  399. "credentials": "dns_porkbun_key=your-porkbun-api-key\ndns_porkbun_secret=your-porkbun-api-secret",
  400. "full_plugin_name": "dns-porkbun"
  401. },
  402. "powerdns": {
  403. "name": "PowerDNS",
  404. "package_name": "certbot-dns-powerdns",
  405. "version": "~=0.2.1",
  406. "dependencies": "PyYAML==5.3.1",
  407. "credentials": "dns_powerdns_api_url = https://api.mypowerdns.example.org\ndns_powerdns_api_key = AbCbASsd!@34",
  408. "full_plugin_name": "dns-powerdns"
  409. },
  410. "regru": {
  411. "name": "reg.ru",
  412. "package_name": "certbot-regru",
  413. "version": "~=1.0.2",
  414. "dependencies": "",
  415. "credentials": "dns_username=username\ndns_password=password",
  416. "full_plugin_name": "dns"
  417. },
  418. "rfc2136": {
  419. "name": "RFC 2136",
  420. "package_name": "certbot-dns-rfc2136",
  421. "version": "=={{certbot-version}}",
  422. "dependencies": "acme=={{certbot-version}}",
  423. "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",
  424. "full_plugin_name": "dns-rfc2136"
  425. },
  426. "rockenstein": {
  427. "name": "rockenstein AG",
  428. "package_name": "certbot-dns-rockenstein",
  429. "version": "~=1.0.0",
  430. "dependencies": "",
  431. "credentials": "dns_rockenstein_token=<token>",
  432. "full_plugin_name": "dns-rockenstein"
  433. },
  434. "route53": {
  435. "name": "Route 53 (Amazon)",
  436. "package_name": "certbot-dns-route53",
  437. "version": "=={{certbot-version}}",
  438. "dependencies": "acme=={{certbot-version}}",
  439. "credentials": "[default]\naws_access_key_id=AKIAIOSFODNN7EXAMPLE\naws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY",
  440. "full_plugin_name": "dns-route53"
  441. },
  442. "strato": {
  443. "name": "Strato",
  444. "package_name": "certbot-dns-strato",
  445. "version": "~=0.2.1",
  446. "dependencies": "",
  447. "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\"",
  448. "full_plugin_name": "dns-strato"
  449. },
  450. "timeweb": {
  451. "name": "Timeweb Cloud",
  452. "package_name": "certbot-dns-timeweb",
  453. "version": "~=1.0.1",
  454. "dependencies": "",
  455. "credentials": "dns_timeweb_api_key = XXXXXXXXXXXXXXXXXXX",
  456. "full_plugin_name": "dns-timeweb"
  457. },
  458. "transip": {
  459. "name": "TransIP",
  460. "package_name": "certbot-dns-transip",
  461. "version": "~=0.5.2",
  462. "dependencies": "",
  463. "credentials": "dns_transip_username = my_username\ndns_transip_key_file = /etc/letsencrypt/transip-rsa.key",
  464. "full_plugin_name": "dns-transip"
  465. },
  466. "tencentcloud": {
  467. "name": "Tencent Cloud",
  468. "package_name": "certbot-dns-tencentcloud",
  469. "version": "~=2.0.2",
  470. "dependencies": "",
  471. "credentials": "dns_tencentcloud_secret_id = TENCENT_CLOUD_SECRET_ID\ndns_tencentcloud_secret_key = TENCENT_CLOUD_SECRET_KEY",
  472. "full_plugin_name": "dns-tencentcloud"
  473. },
  474. "vultr": {
  475. "name": "Vultr",
  476. "package_name": "certbot-dns-vultr",
  477. "version": "~=1.1.0",
  478. "dependencies": "",
  479. "credentials": "dns_vultr_key = YOUR_VULTR_API_KEY",
  480. "full_plugin_name": "dns-vultr"
  481. },
  482. "websupport": {
  483. "name": "Websupport.sk",
  484. "package_name": "certbot-dns-websupport",
  485. "version": "~=2.0.1",
  486. "dependencies": "",
  487. "credentials": "dns_websupport_identifier = <api_key>\ndns_websupport_secret_key = <secret>",
  488. "full_plugin_name": "dns-websupport"
  489. },
  490. "wedos":{
  491. "name": "Wedos",
  492. "package_name": "certbot-dns-wedos",
  493. "version": "~=2.2",
  494. "dependencies": "",
  495. "credentials": "dns_wedos_user = <wedos_registration>\ndns_wedos_auth = <wapi_sha256_password>",
  496. "full_plugin_name": "dns-wedos"
  497. },
  498. "edgedns": {
  499. "name": "Akamai Edge DNS",
  500. "package_name": "certbot-plugin-edgedns",
  501. "version": "~=0.1.0",
  502. "dependencies": "",
  503. "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",
  504. "full_plugin_name": "edgedns"
  505. }
  506. }