[GH-ISSUE #5329] add certbot-dns-technitium certbot provider plugin #3169

Open
opened 2026-02-26 07:38:01 +03:00 by kerem · 2 comments
Owner

Originally created by @bodesamir on GitHub (Feb 19, 2026).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5329

What provider would you like to see added to NPM?

technitium-selfhosted

Have you checked if a certbot plugin exists? yes named :certbot-dns-technitium

Originally created by @bodesamir on GitHub (Feb 19, 2026). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/5329 **What provider would you like to see added to NPM?** <!-- What is this provider called? -->technitium-selfhosted **Have you checked if a certbot plugin exists?** yes named :certbot-dns-technitium <!-- Currently NPM only supports DNS challenge providers for which a certbot plugin exists. You can visit pypi.org, and search for a package with the name `certbot-dns-<privider>`. -->
Author
Owner

@bodesamir commented on GitHub (Feb 22, 2026):

please someone make a pull request before april

<!-- gh-comment-id:3941570675 --> @bodesamir commented on GitHub (Feb 22, 2026): please someone make a pull request before april
Author
Owner

@bodesamir commented on GitHub (Feb 25, 2026):

run pip install certbot-dns-technitium==0.1.2
and add

"technitium": {
"name": "technitium",
"package_name": "certbot-dns-technitium",
"version": "=={{certbot-version}}",
"dependencies": "",
"credentials_example": "dns_technitium_api_credentials = https://dns.example.com/api/admin\ndns_technitium_api_token = your-token-here",
"full_plugin_name": "dns-technitium"
},

to dns-plugins.json file

<!-- gh-comment-id:3960289814 --> @bodesamir commented on GitHub (Feb 25, 2026): run pip install certbot-dns-technitium==0.1.2 and add "technitium": { "name": "technitium", "package_name": "certbot-dns-technitium", "version": "=={{certbot-version}}", "dependencies": "", "credentials_example": "dns_technitium_api_credentials = https://dns.example.com/api/admin\ndns_technitium_api_token = your-token-here", "full_plugin_name": "dns-technitium" }, to dns-plugins.json file
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#3169
No description provided.