Skip to content

Commit ef1a285

Browse files
committed
Add Simply.com DNS
1 parent 9687e9e commit ef1a285

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
@@ -479,6 +479,14 @@
479479
"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\"",
480480
"full_plugin_name": "dns-strato"
481481
},
482+
"simply.com": {
483+
"name": "Simply.com",
484+
"package_name": "certbot-dns-simply",
485+
"version": "~=0.1.2",
486+
"dependencies": "",
487+
"credentials": "dns_simply_account_name = 123456\ndns_simply_api_key = 0123456789abcdef0123456789abcdef01234567\n",
488+
"full_plugin_name": "dns-simply"
489+
},
482490
"timeweb": {
483491
"name": "Timeweb Cloud",
484492
"package_name": "certbot-dns-timeweb",

0 commit comments

Comments
 (0)