jpillora / chisel

A fast TCP/UDP tunnel over HTTP
MIT License
12.36k stars 1.32k forks source link

--keyfile documentation is incorrect #498

Open daethnir opened 4 months ago

daethnir commented 4 months ago

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