Skip to content

Commit 0dcd648

Browse files
authored
Merge pull request #3531 from hywax/develop
Add DNS Provider TimeWeb Cloud
2 parents c989a28 + 577954e commit 0dcd648

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

global/certbot-dns-plugins.json

+8
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,14 @@
407407
"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\"",
408408
"full_plugin_name": "dns-strato"
409409
},
410+
"timeweb": {
411+
"name": "Timeweb Cloud",
412+
"package_name": "certbot-dns-timeweb",
413+
"version": "~=1.0.1",
414+
"dependencies": "",
415+
"credentials": "dns_timeweb_api_key = XXXXXXXXXXXXXXXXXXX",
416+
"full_plugin_name": "dns-timeweb"
417+
},
410418
"transip": {
411419
"name": "TransIP",
412420
"package_name": "certbot-dns-transip",

0 commit comments

Comments
 (0)