Skip to content

Commit b6afc19

Browse files
authored
Added selectel v2 DNS provider
1 parent f327c1e commit b6afc19

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

global/certbot-dns-plugins.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,14 @@
511511
"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\"",
512512
"full_plugin_name": "dns-strato"
513513
},
514+
"selectelv2": {
515+
"name": "Selectel api v2",
516+
"package_name": "certbot-dns-selectel-api-v2",
517+
"version": "~=0.3.0",
518+
"dependencies": "",
519+
"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",
520+
"full_plugin_name": "dns-selectel-api-v2"
521+
},
514522
"timeweb": {
515523
"name": "Timeweb Cloud",
516524
"package_name": "certbot-dns-timeweb",

0 commit comments

Comments
 (0)