mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #1255] EAB credentials for acme account creation #7809
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#7809
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 @baltazartroisville on GitHub (Jul 22, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1255
Is your feature request related to a problem? Please describe.
Some ACME providers require the registration with credentials named EAB, external account binding. Right now Nginx-UI does not allow this so this providers (for example zerossl) cannot be used.
Describe the solution you'd like
Two additional optional text input boxes on the acme provider registration page for key ID (kid) and HMAC key (hmacKey). And the logic working with the input of course. EAB takes place in the acme new account creation phase, not in the certificate request afterwards.
Describe alternatives you've considered
Use LetsEncrypt.
Additional context
Steps (if i understood correctly):
Thank you to anyone who puts hard work in nginx-ui! ❤️
@0xJacky commented on GitHub (Jul 22, 2025):
Sure. If Lego has the capability to achieve this function, I will attempt to implement it.
@0xJacky commented on GitHub (Aug 2, 2025):
Added in 38ee12f, you can now use a certificate provider like ZeroSSL