]> git.ipfire.org Git - thirdparty/dehydrated.git/commit
fix pubMod64 and thumbprint calculation
authorSimon Ruderich <simon@ruderich.org>
Sat, 5 Dec 2015 15:27:30 +0000 (16:27 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 5 Dec 2015 15:27:30 +0000 (16:27 +0100)
commitfcb5a03b4819b95be186c4019b4cdcd7e4adbef6
tree4897317ed2aee5836ce6a864b462cb6f36dc998a
parentabb956936c29928e867d130289992ea98ce44490
fix pubMod64 and thumbprint calculation

We must strip the trailing newline with `echo -n` before we pass it to
perl to convert the hex to binary, not after.
letsencrypt.sh