erebe / wstunnel

Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI - Static binary available
Other
3.22k stars 290 forks source link

Update certificate/key format in README.md #210

Closed vercas closed 4 months ago

vercas commented 4 months ago

The code parses PEM-encoded certificates and private keys. Not sure why the README specifies different formats.

erebe commented 4 months ago

Indeed, thank you for the PR :+1:

cattyhouse commented 4 months ago

it also parses ECC keys, right? which has .crt and .key extention

https://github.com/erebe/wstunnel/commit/b64b0bb70b0a0807f99b3ce7dbdcc2b1ff5c3fa6

erebe commented 4 months ago

Indeed, but to be honest, I am not really expert regarding private key format. So I am not sure what is the correct term to use here. I think I am going to mention all