mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #3164] Unable to renew certificate #2143
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tacyuuhon on GitHub (Aug 29, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3164
Checklist
jc21/nginx-proxy-manager:latestdocker image?Describe the bug
I renewed the certificate in the menu, but it went wrong.
Nginx Proxy Manager Version
v2.10.4
Operating System
@zhzy0077 commented on GitHub (Sep 13, 2023):
It's caused by this Fix type hinting by osirisinferi · Pull Request #5 · Frefreak/certbot-dns-tencentcloud
A mitigation is to exec into the container and
. /opt/certbot/bin/activate && pip install --no-cache-dir certbot-dns-tencentcloud==2.0.2 && deactivate