mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #959] Renewal of Certs with non-default ACME User Fail #4940
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#4940
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 @Neshura87 on GitHub (Apr 12, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/959
Describe the bug
When creating a Cert with a non-default ACME User renewal fails because it tries to use the Default User
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Certificate Renewal should use the ACME User saved for the Certificate
Screenshots
Info (please complete the following information):
Additional context
Through some testing (changing emails of the ACME users mostly) I've discovered that the application does not pass the acme user in the websocket request for certificate renewal. Which consequently leads to the Default User always being selected. If I understand the code correctly this should be solvable by simply passing the
acme_user_idin the websocket request.@0xJacky commented on GitHub (Apr 12, 2025):
Hi @Neshura87, this issue has been fixed in the recent comment, please wait for the v2.0.0-rc.6.