mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Nothing past merge of json.sh works on Entware / QNAP #504
Reference in New Issue
Block a user
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 @jorhett on GitHub (Nov 2, 2020).
On QNAP / Entware you're required to roll back to
dc552c602ein order for it to work. Any commit past this always results inWith older versions such as right after you merged json.sh
bash -xshows the following from current HEAD:One would assume the problem comes from it being a busybox shell...
@lukas2511 commented on GitHub (Nov 27, 2020):
@danimo tried requesting a certificate using openwrt with its version of busybox and tools and it worked without any issues.
The referenced change also shouldn't make a difference as it's completely separate code.
I can't keep supporting outdated / minimalized versions of weird alternative tools, it's hard enough to check if the normal versions work. You are free to contribute a patch yourself (or just keep using an older version), but I'm closing this issue as wontfix for now.
@hefty-pty commented on GitHub (Feb 5, 2021):
sorry for replying to a closed issue, I just hat the same error
EXPECTED value GOT EOFI had an old CA URI in my config
CA="https://acme-v01.api.letsencrypt.org/directory"which I deleted to fix the issue.