chisel icon indicating copy to clipboard operation
chisel copied to clipboard

--keyfile documentation is incorrect

Open daethnir opened this issue 2 years ago • 0 comments

The --keyfile expects a file containing a chiselKey (ECDSA key starting with "ck-") or the chiselKey itself as an argument.

Documentation indicated you could supplying it a base64 encoded version of chiselKey, but that's not what the code expects today at least.

Pull request: https://github.com/jpillora/chisel/pull/461

daethnir avatar Feb 06 '24 19:02 daethnir