sshx icon indicating copy to clipboard operation
sshx copied to clipboard

feature request: sshx-server handles TLS via chain and key options

Open DongHuangT1 opened this issue 2 years ago • 1 comments

Since the current self-built service steps are, first the front-end build static files placed into the sshx-server working directory, and then start an https server forwarding to the sshx service listener, so I recommend adding parameters to specify the certificate for ssl listening to start, and the front-end files embedded in the program, eliminating the need to build the front-end and traffic forwarding of these steps.

DongHuangT1 avatar Nov 24 '23 10:11 DongHuangT1

Yeah, can add those options to take the TLS chain and keypair as files. Focus right now isn't on self-hosting though. This is not supported, and there are no instructions for you to do this — I'm not sure where you saw that.

Embedding static files into the binary will not be supported.

ekzhang avatar Nov 24 '23 15:11 ekzhang