[PR #1042] [MERGED] Add DuckDNS certbot plugin #3344

Closed
opened 2026-02-26 07:38:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1042
Author: @hepelayo
Created: 4/26/2021
Status: Merged
Merged: 4/29/2021
Merged by: @jc21

Base: developHead: duckdnsCertbotPlugin


📝 Commits (4)

📊 Changes

2 files changed (+14 additions, -1 deletions)

View changed files

📝 backend/internal/certificate.js (+5 -1)
📝 global/certbot-dns-plugins.js (+9 -0)

📄 Description

Uses https://github.com/infinityofspace/certbot_dns_duckdns certbot plugin to implement DuckDNS DNS challenge in order to obtain Wildcard certificates.

Requires the user to insert his duckDNS token in "Credentials File Content" input box.

As 'route53' plugin, 'duckdns' plugin requires a special treatment in the certbot command, so it has added as a conditional in 'backend/internal/certificate.js'

Resolves #969


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1042 **Author:** [@hepelayo](https://github.com/hepelayo) **Created:** 4/26/2021 **Status:** ✅ Merged **Merged:** 4/29/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `duckdnsCertbotPlugin` --- ### 📝 Commits (4) - [`1a64d44`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1a64d44857b8db488f56567b743f787b61e1f7a4) Merge pull request #955 from jc21/develop - [`d636502`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/d636502eaa8805e74791350d4635f3a026d99bd9) Add DuckDNS certbot plugin - [`656a7dc`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/656a7dceef7a17260b22e31bd6b05a1c72a9e815) Correct spacing - [`91044e7`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/91044e730bd0015ede3bf2e77b434f2ab6fd6ad6) Correct indentation ### 📊 Changes **2 files changed** (+14 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/certificate.js` (+5 -1) 📝 `global/certbot-dns-plugins.js` (+9 -0) </details> ### 📄 Description Uses [https://github.com/infinityofspace/certbot_dns_duckdns](https://github.com/infinityofspace/certbot_dns_duckdns) certbot plugin to implement DuckDNS DNS challenge in order to obtain Wildcard certificates. Requires the user to insert his duckDNS token in "Credentials File Content" input box. As 'route53' plugin, 'duckdns' plugin requires a special treatment in the certbot command, so it has added as a conditional in 'backend/internal/certificate.js' Resolves #969 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 07:38:57 +03:00
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#3344
No description provided.