[PR #1020] [MERGED] Updated credentials for netcup dns challenge #3339

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

📋 Pull Request Information

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

Base: developHead: patch-1


📝 Commits (2)

  • 1a64d44 Merge pull request #955 from jc21/develop
  • 6910635 Updated credentials for netcup dns challange

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 global/certbot-dns-plugins.js (+3 -3)

📄 Description

The netcup DNS challenge currently fails because the credentials are not found.

There is already an issue #710 open for this.

The log shows:

Missing properties in credentials configuration file /etc/letsencrypt/credentials/credentials-16:
 * Property "certbot_dns_netcup:dns_netcup_customer_id" not found (should be Customer ID associated with netcup account).
 * Property "certbot_dns_netcup:dns_netcup_api_key" not found (should be Key for CCP API, see https://www.netcup-wiki.de/wiki/CCP_API).
 * Property "certbot_dns_netcup:dns_netcup_api_password" not found (should be Password for CCP API, see https://www.netcup-wiki.de/wiki/CCP_API).

I tried to manually add certbot_dns_netcup: in front of the properties and the challenge worked as expected.


🔄 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/1020 **Author:** [@stegmannb](https://github.com/stegmannb) **Created:** 4/15/2021 **Status:** ✅ Merged **Merged:** 4/29/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `develop` ← **Head:** `patch-1` --- ### 📝 Commits (2) - [`1a64d44`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1a64d44857b8db488f56567b743f787b61e1f7a4) Merge pull request #955 from jc21/develop - [`6910635`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/691063545cf08bf0090a135e0dbf382d14953c3e) Updated credentials for netcup dns challange ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `global/certbot-dns-plugins.js` (+3 -3) </details> ### 📄 Description The netcup DNS challenge currently fails because the credentials are not found. There is already an [issue #710](https://github.com/jc21/nginx-proxy-manager/issues/710) open for this. The log shows: ``` Missing properties in credentials configuration file /etc/letsencrypt/credentials/credentials-16: * Property "certbot_dns_netcup:dns_netcup_customer_id" not found (should be Customer ID associated with netcup account). * Property "certbot_dns_netcup:dns_netcup_api_key" not found (should be Key for CCP API, see https://www.netcup-wiki.de/wiki/CCP_API). * Property "certbot_dns_netcup:dns_netcup_api_password" not found (should be Password for CCP API, see https://www.netcup-wiki.de/wiki/CCP_API). ``` I tried to manually add `certbot_dns_netcup:` in front of the properties and the challenge worked as expected. --- <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:56 +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#3339
No description provided.