-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed as not planned
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
I have set up DNS-Challange renewal for my wildcard domain. Provider is ClouDNS. API is enabled on my accound. The entry was added successfully, without errors. When i try to renew it, popup window spins and closes, no errors and the certificate does not update.
Here's the meta field from my database (redacted):
{
"letsencrypt_email": "myemail@example.com",
"dns_challenge": true,
"dns_provider": "cloudns",
"dns_provider_credentials": "# Target user ID (see https://www.cloudns.net/api-settings/)\r\n\t
dns_cloudns_auth_id=myuserid\r\n\t#
Alternatively, one of the following two options can be set:\r\n\t#
dns_cloudns_sub_auth_id=1234\r\n\t# dns_cloudns_sub_auth_user=foobar \r\n\t\r\n\t# API password\r\n\tdns_cloudns_auth_password=mypassword",
"propagation_seconds": 999,
"letsencrypt_agree": true
}
Nginx Proxy Manager Version
v2.9.14
Expected behavior
Some log output would be nice.