mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
"Key too large: 4104 > 4096" when registering account key with ACME server #149
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 @ixdy on GitHub (Sep 19, 2016).
While calling
nfsn-setup.shfrom https://github.com/nikjft/lets-nfsn.sh (which uses dehydrated):Retrying doesn't help - the key is always 8 bytes too long.
@ixdy commented on GitHub (Sep 19, 2016):
Reverting
319852dc8cfixed this.@lukas2511 commented on GitHub (Sep 20, 2016):
@ixdy Mh... weird... that change shouldn't really make it longer... if any it should be shorter... What OS are you running this on?
@ixdy commented on GitHub (Sep 20, 2016):
This is FreeBSD 10.3-RELEASE-p6.
@vsatmydynipnet commented on GitHub (Sep 20, 2016):
Same error here: FreeBSD 10.3-RELEASE-p7.
@bhagerty commented on GitHub (Sep 21, 2016):
Same error here, FreeBSD 10-3-RELEASE-p6. Any plan for solving this? What about reverting the change @ixdy pointed out?
@rowanthorpe commented on GitHub (Sep 22, 2016):
I used the below code locally to keep the "trim leading nulls" logic in a more portable way (including FreeBSD's sed - which doesn't like
\x00, or semicolons between commands, or branch-commands to not-yet-declared labels, for that matter). If you think this is not too ugly to use, let me know and I'll send it as a pull request. It requiresodwhich seems to be effectively universally available, and with-t x1to avoid any endianness issues.@lukas2511 commented on GitHub (Jan 29, 2017):
Closing this ticket as this was solved by reverting the changes for #275.