Skip to content

Commit 60a25ff

Browse files
authored
Merge pull request #4560 from spions/patch-1
Added Selectel v2 DNS provider
2 parents 7d2369b + b6afc19 commit 60a25ff

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
@@ -527,6 +527,14 @@
527527
"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\"",
528528
"full_plugin_name": "dns-strato"
529529
},
530+
"selectelv2": {
531+
"name": "Selectel api v2",
532+
"package_name": "certbot-dns-selectel-api-v2",
533+
"version": "~=0.3.0",
534+
"dependencies": "",
535+
"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",
536+
"full_plugin_name": "dns-selectel-api-v2"
537+
},
530538
"timeweb": {
531539
"name": "Timeweb Cloud",
532540
"package_name": "certbot-dns-timeweb",

0 commit comments

Comments
 (0)