Skip to content

Commit

Permalink
Merge pull request NginxProxyManager#3531 from hywax/develop
Browse files Browse the repository at this point in the history
Add DNS Provider TimeWeb Cloud
  • Loading branch information
jc21 authored Feb 27, 2024
2 parents c989a28 + 577954e commit 0dcd648
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions global/certbot-dns-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,14 @@
"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\"",
"full_plugin_name": "dns-strato"
},
"timeweb": {
"name": "Timeweb Cloud",
"package_name": "certbot-dns-timeweb",
"version": "~=1.0.1",
"dependencies": "",
"credentials": "dns_timeweb_api_key = XXXXXXXXXXXXXXXXXXX",
"full_plugin_name": "dns-timeweb"
},
"transip": {
"name": "TransIP",
"package_name": "certbot-dns-transip",
Expand Down

0 comments on commit 0dcd648

Please sign in to comment.