mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1263] Wrong ACME user selected when getting certificate using Let's Encrypt #6472
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#6472
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 @LinUwUxCat on GitHub (Jul 26, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1263
Describe the bug
In the form to get a certificate from Let's Encrypt, there is an ACME User dropdown, however that choice is either ignored or wrong, as the User chosen to get the CA is the wrong one in the end.
To Reproduce
Steps to reproduce the behavior:
Go to any website's edit page
Click on "Encrypt Website with Let's Encrypt"
Choose an ACME user (here i chose "LinuxCat")

Click on Next
See how the user selected is the wrong one
Here I would expect "LinuxCat", along with my email, to appear, but it ends up being "P", with his email, which is wrong.
Info (please complete the following information):
@0xJacky commented on GitHub (Jul 26, 2025):
Hi, did you click save button before renew the cert?
@LinUwUxCat commented on GitHub (Jul 26, 2025):
This is not on the renew certificate page, this is on the website's page directly. However i also tried it on the certificate page now and there's the same problem yes, it's still the wrong user, even after saving
@0xJacky commented on GitHub (Jul 28, 2025):
This problem is quite strange, and I cannot reproduce it.
@0xJacky commented on GitHub (Jul 28, 2025):
I have refactored the user selector. You can update to the latest dev version for testing.
@BigBang1112 commented on GitHub (Aug 3, 2025):
Can confirm the user selection now applies the changes properly and the certificate is requested on correct email. Previous certificates have acme user called "0" to what was previously empty, but it is still backwards compatible, so looks fine. The 0 user is curious though.