Skip to content

Commit 44e9f37

Browse files
authored
Merge pull request #3212 from FlixMa/develop
Strato Certbot Plugin: 2FA and International Site Support
2 parents 0f3b76f + 881d705 commit 44e9f37

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

global/certbot-dns-plugins.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,20 @@ aws_secret_access_key=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`,
538538
dependencies: '',
539539
credentials: `dns_strato_username = user
540540
dns_strato_password = pass
541+
# uncomment if youre using two factor authentication:
542+
# dns_strato_totp_devicename = 2fa_device
543+
# dns_strato_totp_secret = 2fa_secret
544+
#
541545
# uncomment if domain name contains special characters
542546
# insert domain display name as seen on your account page here
543-
# dns_strato_domain_display_name = my-punicode-url.de`,
547+
# dns_strato_domain_display_name = my-punicode-url.de
548+
#
549+
# if youre not using strato.de or another special endpoint you can customise it below
550+
# you will probably only need to adjust the host, but you can also change the complete endpoint url
551+
# dns_strato_custom_api_scheme = https
552+
# dns_strato_custom_api_host = www.strato.de
553+
# dns_strato_custom_api_port = 443
554+
# dns_strato_custom_api_path = "/apps/CustomerService"`,
544555
full_plugin_name: 'dns-strato',
545556
},
546557
//####################################################//

0 commit comments

Comments
 (0)